I have a report that is a simple list of groups and their subgroups. I also have a multiple value parameter that I need to pass in the groups that the user wants on the report.
For Instance:
Say the report is grouped by a City Field so you have group headers like:
Detroit
Dallas
Timbuktu
Los Angeles
And the user only wants to see Dallas and Detroit on the report. I pass in a string "Dallas,Detroit" for the multiple value parameter and want to only show those two categories.
Question #1: Is the value I send in correct with just comma delimitting or is delimitted another way?
Question #2: How do I only allow the groups to show that exist in this Parameter?
I'm using Crystal Reports 8.0
Thanks for your responses.
For Instance:
Say the report is grouped by a City Field so you have group headers like:
Detroit
Dallas
Timbuktu
Los Angeles
And the user only wants to see Dallas and Detroit on the report. I pass in a string "Dallas,Detroit" for the multiple value parameter and want to only show those two categories.
Question #1: Is the value I send in correct with just comma delimitting or is delimitted another way?
Question #2: How do I only allow the groups to show that exist in this Parameter?
I'm using Crystal Reports 8.0
Thanks for your responses.