Specify Specific Container for Query

LabKey Support Forum (Inactive)
Specify Specific Container for Query Jon (LabKey DevOps)  2015-01-22 17:07
Status: Closed
 
Hi Micah,

Are you trying to just get a specific folder, a folder and the project associated with it, or something else entirely?

If you were to want to get just a specific folder, you would replace "CurrentAndSubfolders" with just "Current". If it was the current folder and the project it's under, you would use "CurrentPlusProject".

Doc Source: https://www.labkey.org/download/clientapi_docs/javascript-api/symbols/LABKEY.Query.html#.containerFilter

Is this what you were looking to do?

Regards,

Jon