Forum Discussion
Hi Jack,
Thanks for the input. However, the variables that you mention change the value of the parameters and not the bound parameter that is assigned to the supplied parameter dashboard component. (I am already using this to update the values of other parameters).
The supplied parameter references another parameter. I would like to dynamically change the name of the parameter that is referenced. In this case the SWD_copyIDs parameter is being referenced. I would like to change this to another parameter.
Using a supplied parameter in a dashboard means that the value of the referenced parameter can be used in the dashboard (and this will be in the dictionary args.SelectionChangedTaskInfo.CustomSubstVars ... and the other args variables). This is what I would like to achieve because then I can set the value of the parameter.
If you need to reference a different parameter in the dashboard, you should add that parameter to its own supplied parameter.
If you want to change the value that has been assigned to SWD_copyIDs, just change the value within your BRs using the options mentioned or SetLiteralParameter
Think of supplied parameters as a way to tell the dashboard, "hey, I want you to know the parameter within me is available to you"
Related Content
- 11 months ago
- 8 months ago
- 2 years ago
- 3 years ago