Hello, I am building a dashboard that visualizes training data. My dataset contains two course types - mandatory and required. I building a reset filter button. So far I have the functionality I need to clear other filter, so they reset to "all". Now I am interested assigning a value of "mandatory" to the course type when I click the reset button. Any ideas or advice is much appreciated.
2 件の回答
Hi Scott,
Create parameter on course type and then use parameter action on created parameter and set value to "mandatory".
Here I have attached a sample example for your reference.