I'm working on a form that incorporates Likert scale responses (fields labeled with numerical references like 169, 170, etc.). I'm seeking guidance on implementing conditional logic to display images or elements based on specific combinations of Likert scale values. I have to show Strength or Development arrows on each side here is image Here's an example of the conditions I need to address:
Following are the maxium conditions I can have and I just need solution so I can turn on/off images depends on condition --- conditions are just greator than equal to 5or less than 5, values are stored in four field ID's = 169,170,171,172
If [169,170,171,172] ≥ 5, Show(169(Strength) - 0 Development
If 170,171,172] ≥ 5, Show(170(Strength) – 1 Development
If [169,171,172] ≥ 5, Show(171(Strength) – 1 Development
If [169, 170,172] ≥ 5, Show(172(Strength) – 1 Development
If [171, 170,169] ≥ 5, Show(169(Strength) – 1 Development
If [171,172] ≥ 5, Show(171(Strength) – 2 Development
If [172,169] ≥ 5, Show(172(Strength) – 2 Development
If [171,170] ≥ 5, Show(170(Strength) – 2 Development
If [170,169] ≥ 5, Show(169(Strength) – 2 Development
If [172,170] ≥ 5, Show(170(Strength) – 2 Development
If [171,169] ≥ 5, Show(169(Strength) – 2 Development
If [171] ≥ 5, Show(171(Strength) – 3 Development
If [170] ≥ 5, Show(170(Strength) – 3 Development
If [172] ≥ 5, Show(172(Strength) – 3 Development
If [169] < 5, Show(169(Development) – 3 strength
If [170] < 5, Show(170(Development) – 3 strength
If [171] < 5, Show(171(Development) – 3 strength
If [172] < 5, Show(172(Development) – 3 strength
If [169,170] < 5, Show(170(Development) – 2 strength
If [170,171] < 5, Show(171(Development) – 2 strength
If [172,169] < 5, Show(172(Development) – 2 strength
If [172,171] < 5, Show(172(Development) – 2 strength
If [171,169] < 5, Show(171(Development) – 2 strength
If [172,170] < 5, Show(172(Development) – 2 strength
If [169,170,171] < 5, Show(171(Development) – 1 strength
If [169,171,172] < 5, Show(171(Development) – 1 strength
If [169,171,170] < 5, Show(169(Development) – 1 strength
If [171, 170,172] < 5, Show(172(Development) – 1 strength
If [169,170,171,172] < 5, Show(172(Development) – 0 strength
Waiting for a Positive Response NATE