How to create reset button for all the controls

How to create reset button for all the controls

Hi @mbmadan,
While there’s no out of box way to create a reset button, there’s a work around that can be utilized to achieve.

To begin, the controls you’re trying to control by the button will need to be setup as parameter controls.

Next, create a calculated field named whatever you’d like the reset button to say, for my example I used ‘Reset’:

Then, create a table visual and add the ‘reset’ as the only option. Hide the Title and header so that you’re only left with one block, which will serve as your button.

Now you can setup your actions to reset whichever controls you need to. Setup as a navigation action, although your target sheet will be the same sheet as your controls:

Last step, add each parameter that has a control you’d like to reset; for the ‘set parameter value’ use Custom, and then put in your default value being used for the control and hit ‘Add’.
You can add multiple parameters to this so that you can reset more than one.

Let me know if this works for your case or if you have any additional questions.

Hi @mbmadan,
Following up here as it’s been awhile since we last heard from you; did you have any additional questions or did this solution work for your case?

If we do not hear back within the next 3 business days, I’ll close out this topic.

Thank you

Hi Brett, Thank you very much for your response. This is really helpful.