Hi Everyone,
I'm Using Crystal Reports XI with a SQL 2000 Stored Procedure.
I have a report that has all the customer demographic information. At this point there is no grouping on the report. (Very basic)
What I want to do is create a cascading parameter that shows all our locations and when the user selects a location all the users for that location shows in the next prompt. When this happens it will show all the customer information created by that user. For example.
When the dialog promt appears it looks something like this:
Location_1
Location_2
Location_3
When Location_1 is selected it shows:
User_1
User_2
User_3
Or when Location_2 is select it shows:
User_4
User_5
The problems is the when the dialog box appears its only showing Location_1 and not Location_2 and Location_3.
Is it possible to have more then one location in a cascading parameter? If so how can I have all locations appear?
Thanks for all your help!
I'm Using Crystal Reports XI with a SQL 2000 Stored Procedure.
I have a report that has all the customer demographic information. At this point there is no grouping on the report. (Very basic)
What I want to do is create a cascading parameter that shows all our locations and when the user selects a location all the users for that location shows in the next prompt. When this happens it will show all the customer information created by that user. For example.
When the dialog promt appears it looks something like this:
Location_1
Location_2
Location_3
When Location_1 is selected it shows:
User_1
User_2
User_3
Or when Location_2 is select it shows:
User_4
User_5
The problems is the when the dialog box appears its only showing Location_1 and not Location_2 and Location_3.
Is it possible to have more then one location in a cascading parameter? If so how can I have all locations appear?
Thanks for all your help!