How does one "OR" two LABKEY.FIlter-s ?

LabKey Support Forum (Inactive)
How does one "OR" two LABKEY.FIlter-s ? brittp  2012-07-09 15:08
Status: Closed
 
Assuming you're asking about the JavaScript API, note that you can also use LABKEY.Query.selectRows to write arbitrary SQL (with any filters you like):
https://www.labkey.org/download/clientapi_docs/javascript-api/symbols/LABKEY.Query.html#.executeSql

-Britt