Lookup to core.Containers table different from other regular tables? | Jon (LabKey DevOps) | 2016-05-27 22:12 |
Status: Closed | ||
Hi Leo, I figured it out and it's surprisingly a simple fix. So while trying to figure out a repro to do locally, I decided to do the following to the URL and add in a containerFilter. https://test.immunespace.org/query/Studies/executeQuery.view?schemaName=study&query.queryName=Test&query.containerFilterName=CurrentAndSubfolders https://test.immunespace.org/query/Studies/executeQuery.view?schemaName=study&query.queryName=Test&query.containerFilterName=AllFolders So when I used either of these, the query worked successfully and the lookups functioned without any issue. Then I looked at your GEE_studyCohortsInfo query and selected the option for Views > Customize Views and looked at the filters and compared it to Test and found that Test wasn't using a container filter. If you enable a container filter and save it for all users to use, this will fix the issue. Regards, Jon |
||