fc
2 years agoNew Contributor III
Assign a value to a dashboard parameter from BR code
Hi all,
I'm currently developing a dashboard for a client and I need to assign a literal value to a dashboard parameter from the BR code. I'll try to explain the issue better:
I created the following parameter "test" within a dashboard group:
within the BR, I entered the following:
In this case, I'm trying to assign the text "SampleText" to the parameter "test".
I then created a combo box, I assigned the parameter "test" as a bound parameter, and placed the combo box in the dashboard:
My goal is that, once triggered the BR, I will be able to see "SampleText" in the dashboard.
Once the BR is triggered, though, no value is assigned to the parameter, and the combo box remains empty.
What am I doing wrong?