0
if certain option is chosen in multiple choice show textfield
using multiple choiche there's 1 option that if checked I'd want a text field to pop up. can't figure out the formula. Here's what I tries (works with choice but not multiple choice).
if 'Visit location' = "3" then "Text" end
2 replies
-
Brigitte,
I think you need to use something like this...
contains(text(numbers('Visit location')), "3")
-
that works! Thanks!
Content aside
- 3 yrs agoLast active
- 2Replies
- 443Views