Resetting Parameter Default Value

  • 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.

  • Does it work if you deploy the report to the report server?

  • 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.

  • 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