Page 1 of 1

List Parameters

Posted: Mon Oct 20, 2003 9:58 am
by Martyn_(Guest)
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

Posted: Mon Oct 20, 2003 1:20 pm
by kfleming
You can use the filter expression:____INLIST(x,^a^,^b^,^c^)>0____Kathleen__R&R Support