Hi All,
This is continuation to this
I have 3 parameters All,Location,carton
Now I need to show like this.
Parameter All should display two values Specific and All with a drop down.
If I select All then my report should run for all values.
Here After selecting All values in All parameter and If I try to enter values in location or carton parameter but my report should only run for All the values.
It should not consider the parameter values I given in location or carton
If I select Specific my report should run for location or carton whatever the values I given for those parameters.
Please suggest