writing a SSRS report, how to set the value of the second parameter based on the results of choosing a value from the first parameter
I have a list of dates I have available in the first parameter.
I want the value of the second parameter to be the value of the first parameter once a value (date) is selected.
I cannot get this to work. Both parameters are defined as date/time.
The first parameter has a list of preset dates. When I select the date I want from the first parameter I want that value to be placed into the second parameter because it is used in the query to determine the beginning date.
I have 2 datasets. The first supplied the list of available dates for the first parameter. The second dataset will get the value based on the value from the first parameter.
I do this because I want to second parameter to be flexible so I can either use the value from the first parameter or just choose any date based on the calendar.
Any help?