Skip to main content
Known Participant
September 9, 2022
Answered

Set a default value for the Slider controll

  • September 9, 2022
  • 1 reply
  • 431 views

Can you set the "reset" value for the slider control?

Right now it defaults to 0 (0-100 range).

I'd like to have 50 on hitting reset. Is this possible?

 

Thanks

This topic has been closed for replies.
Correct answer Rick Gerard

There is no preference setting for the expression controls. The only option you have would be to create a checkbox control and an expression that set the slider to 50 when you hit the chekbox.

1 reply

Rick GerardCommunity ExpertCorrect answer
Community Expert
September 9, 2022

There is no preference setting for the expression controls. The only option you have would be to create a checkbox control and an expression that set the slider to 50 when you hit the chekbox.

Known Participant
September 9, 2022

Thank you for the heads up. I thought I might have missed something.