Forum Discussion
KenVenick1
10 years agoCommunity Member
Reset Numeric Entry Box so no value shows
I have a question with Correct/Incorrect/Try again options. Someone on the Forum was kind enough to help out with IF, THEN, ELSE logic for try again. When you get Try Again and return to layer with ...
MatthewKliewer
3 years agoCommunity Member
Thanks, Yuri - works great for my use case!
(Basically preventing unintentional 0 in the results, as well as just reducing extra work for the user to clear it.)
It would still be great to see an actual solution in the program, however - this workaround wouldn't work if you needed to do Storyline math with the resulting Numeric Entry values, since they're now Text variables.
(You could with JavaScript coercion, but not with the built-in math functions.)