I have a challenge I need help with. I have an embedded data field that can contain combinations of these values - P, P W, U R, U H.
Embedded data field value examples:
P, UH
P W
P, U R
U R, U H
P, P W, U R, U H
My survey has a survey question for the four unique data field values.
Q1 Sat with P
Q2 Sat with P W
Q3 Sat with U R
Q4 Sat with U H
I only want to display the survey question when there is an exact match to a value in the embedded data field.
When I set Q1 to only display when the embedded data field contains P, both Q1 question P and Q2 question P W display.
Will someone please let me know how to input the display question logic so that Q1 question P only displays when P is in the embedded data field?
I tried using quotes and that didn’t work.