I am using crystal 9 with a VB.NET Front End to load and view reports. I have a report with 2 parameters, a date, and a String. The string Parameter is "PRODUCT" and has 2 values to choose from, A or B. However, I want the user to be able to pass in A AND B in addition to A or B. Basically I will have a Dropdown list with A,B, and a *. If the user selects A or B obviously the PRODUCT parameter will be set to that particular value. But what do you do when you want the parameter to hold both values? I am guessing you need to allow for multiple values on that parameter but within the designer the interface seems very clunky as far as "adding" and "Deleting" values before you pass them. Its almost like you can have "A" equal "A", "B", or "A" "B" but I want "A" to be "A", "B" to be "B" and the wildcard * to be A AND B. I am sorry if this is confusing I would be more than happy to clarify if need be. Any info or methods on how to accomplish this would be appreciated.
Thanks,
Bryan
Thanks,
Bryan