0

Display Field if Choice A or B or C?

Hi Support

I’ve tried researching for an answer to this query but can’t find it -

1) I’m looking to Display a Field only if Choice B (out of A, B and C) is selected. OR
Display a Field only if Multiple Choice A and C (out of A, B and C) is selected.

I just can’t find the dropdown options of choice when I go to “Display field only, if”
- I have attached the closest I’ve gotten to multiple choices but I didn’t understand it!

2) Also is it possible to trigger the display of field from 2 separate Choice/Multiple choice Fields?

Screen Shot 2018-03-18 at 10.10.53 AM
Appreciate your support in this matter!

3 replies

null
    • MW_Peter
    • 5 yrs ago
    • Reported - view

    I have the same question (1). Was there an answer?

    • Support
    • 5 yrs ago
    • Reported - view

    Hi, 

    You can search for contents in a multiple choice field with the function:

     

    choose('multiple choice field',"Value")

     

    for simple choice fields you can use:

     

    text('choice field') = "Value"

     

    These functions can be used as conditions the "Display field only, if" 

    or in formulas with conditions in a if .... then.... function.

    Best, Jörg

    • Direction
    • 5 yrs ago
    • Reported - view

    Thanks.

Content aside

  • 5 yrs agoLast active
  • 3Replies
  • 2196Views