Skip to main content
August 26, 2024

Passing value to parameter on action of button

  • August 26, 2024
  • 2 replies
  • 0 views

I'm using the action setting on the buttons parameter to pass a value, but nothing is happening.


JooRodrigues_0-1724661780392.png

This button is used as a link to open a dashboard, that parameter is the id of the dashboard.

2 replies

August 26, 2024

Have you tried triggering a refresh of the dashboard you want to be refreshed via the button?

August 26, 2024

You mean this? 


JooRodrigues_0-1724679857606.png

I tried it, but nothing changed. 

 

August 26, 2024

What component are you trying to update? Looks like you are refreshing the top dashboard.  Have you tried refreshing the lowest level dashboard that stores the component you want to refresh?

I would suggest using a label in the first instance to check you are receiving the parameter value you expect from the button click (so that you can see the result)

August 27, 2024

What is the parameter type ? This will work only if your parameter is of "input" type.