List Parameters
-
- Posts: 5
- Joined: Tue Oct 10, 2017 12:44 pm
List Parameters
How do I set the filter in a Report to select a list of values. ____For example instead of "x=a or x=b ..." is it possible to write something like "x is in the list (a,b,c...)"____I know I have to set the FilterUsage=2____Thanks,____Martyn____
=> RE: List Parameters
You can use the filter expression:____INLIST(x,^a^,^b^,^c^)>0____Kathleen__R&R Support