Is it possible to replace the LABKEY.Filter.Types.IN filter on a query with a parameterized query instead? | Jon (LabKey DevOps) | 2015-10-21 15:25 |
Status: Closed | ||
Hi Leo, Thanks for clarifying. What you're asking isn't possible here through the parameters config. You can only provide your parameter one value and cannot have it run as if it were an OR statement this way. If you need to have multiple values appearing, then you would have to use the LABKEY.Filter.Types.IN as a filter rather than a parameter and you would have to forgo using that specific parameter within your original SQL query. This is the only way you can tell the system to give you multiple cohorts rather than just one at a time. Does that make sense? Regards, Jon |
||