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

null
    • Sean
    • 3 yrs ago
    • Reported - view

    Brigitte,

    I think you need to use something like this...

     

    contains(text(numbers('Visit location')), "3")

    • caring4mobility
    • Brigitte_Honsbeek
    • 3 yrs ago
    • Reported - view

    that works! Thanks!

Content aside

  • 3 yrs agoLast active
  • 2Replies
  • 435Views