I have a parameter in my report called vendorID. It's data type is Text. It allows multiple values. I have specified 6 values as such:Label ValueVendor1 1Vendor2 2Vendor3 3Vendor4 4Vendor5 5Vendor6 6My query works fine when I select one or multiple of these values. It also works fine if I select the (Select All) value. What I would like to do is combine some of them into a group. Say I want to put Vendor1 and Vendor3 in a group called InState. I have tried adding a parameter value like this:Label ValueInState 1,3But that does not work. Does anyone know a way to make this work? Or a better method to accomplish the same type of task?Thanks!
↧