Im using CRXI, SQL 2008 database.
I have a question related to parameters.
Working on a report requires a single Parameter "Selection"
Rather than creating two different parameters, I need only one parameter with a drop down of two options "City" and "Status".
User will select only one, in order to run this report. There is no lookup table, data is coming from direct data fields.
When user will select City, a new parameter window (cascading) will appear with all cities and user will select multiple cities from there.
When user will select Status, a new parameter window will appear with all Status and user will select multiple Status from there.
Also, In this report I need two groups.
If user selects City, my groups order should be: City, then Status then data in detail section
If user selects Status, my groups order should be: Status, then City then data in detail section
I have a question related to parameters.
Working on a report requires a single Parameter "Selection"
Rather than creating two different parameters, I need only one parameter with a drop down of two options "City" and "Status".
User will select only one, in order to run this report. There is no lookup table, data is coming from direct data fields.
When user will select City, a new parameter window (cascading) will appear with all cities and user will select multiple cities from there.
When user will select Status, a new parameter window will appear with all Status and user will select multiple Status from there.
Also, In this report I need two groups.
If user selects City, my groups order should be: City, then Status then data in detail section
If user selects Status, my groups order should be: Status, then City then data in detail section