Hello. I have a report with 2 params. The datasource of the second param uses the selected value of the first param.
Example: Param 1 is a list of car manufactures, and Param 2 is a list of Models for the selected car manufacture.
I have set this up, and it is working correctly. However, what I would like to do is have Param 2 automatically select the first option after the user selects from Param1.
Example: User chooses "Ford", and "Mustang" is automatically selected in Param 2 (because its the first in the list), and the Mustang report is displayed. (Currently, after selecting from Param1, the dropdown for Param2 says "<select a value>")
How can I accomplish this?
Thanks,
Justin
Example: Param 1 is a list of car manufactures, and Param 2 is a list of Models for the selected car manufacture.
I have set this up, and it is working correctly. However, what I would like to do is have Param 2 automatically select the first option after the user selects from Param1.
Example: User chooses "Ford", and "Mustang" is automatically selected in Param 2 (because its the first in the list), and the Mustang report is displayed. (Currently, after selecting from Param1, the dropdown for Param2 says "<select a value>")
How can I accomplish this?
Thanks,
Justin