Lookup to core.Containers table different from other regular tables?

LabKey Support Forum (Inactive)
Lookup to core.Containers table different from other regular tables? Jon (LabKey DevOps)  2016-05-31 14:18
Status: Closed
 
Hi Leo,

Since the XML metadata gets applied after the query is parsed, trying to use the Foreign Key defined in the XML on the same query you're authoring causes the field to not be available at the time of application. One way to get around it is to have your query use the Container.Name syntax rather than just Container if you need the name value to appear instead.

Regards,

Jon