Cross-Folder query problem in 12.2 | slangley | 2012-10-01 18:30 |
Status: Closed | ||
According to the docs: https://www.labkey.org/wiki/home/Documentation/page.view?name=crossFolderQueries This user-defined query that references a query or list defined in another folder should work: SELECT * FROM Project."HVTN Publications and Analyses/_data/".lists."Publications" but instead it gives: Error on line 1:Table Project.HVTN Publications and Analyses/_data/.lists.Publications not found. Can't resolve column: Publications."*" likewise, this query executed on the '_data' folder, itself, fails: SELECT Publications.pub_category FROM Project."HVTN Publications and Analyses/_data/".lists."Publications" with: Error on line 1:Table Project.HVTN Publications and Analyses/_data/.lists.Publications not found. Is this problem something that will be fixed when we apply this fix? https://www.labkey.org/issues/home/Developer/issues/details.view?issueId=15772 Thanks. Scott |
||