November 1, 2013 at 2:52 pm
I have two parameters, ParameterA and ParameterB.
I want to set the default value of ParameterB based upon the selected value of ParameterA.
Step 1
The first time a value is selected for ParameterA, the default value for ParameterB is set based on the value of ParameterA. This works fine.
Step 2
The next time a value is selected for ParameterA, I want the default value of ParameterB to be reset to a new value based on the new value of ParameterA. This is not working.
First, is it even possible to get Step 2 to work?
Second, if it is possible to get Step 2 to work, how can it be done?
Thank you.
November 5, 2013 at 6:40 am
Does it work if you deploy the report to the report server?
November 6, 2013 at 5:18 am
You need to make sure the parameter is set to refresh on change... Go to the parameter properties... Then to the advanced window... make sure the Refresh data when parameter changes is set appropriately.
November 8, 2013 at 1:43 am
Are ParameterA and ParameterB Multivalue DropDownList?
In this case the behaviour of DefaultValue is quite complicted.
Let me know and i'll try to explain....
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply