Select to view content in your preferred language

Create an is not statement in relevant field

624
2
Jump to solution
05-09-2023 07:46 AM
dwold
by
Frequent Contributor

I have a survey with 3 notes to return statements based on a user selection. One note is 1:1 relationship. The other is 2:1 relationship. For the third note, I want to return all other choices. There are over 60 choices so I do not want to write out ${field}='choice_name' or 60+ times.

I would like to say 'target is not situational briefings or Short_Term_Unemployed_and_Underemployed or Short_Term_Unemployed_and_Underemployed’

I tried this but it doesn't work: ${target} != 'Situational_Briefings' or ${target} != 'Short_Term_Unemployed_and_Underemployed' or ${target} != 'Long_Term_Unemployed_and_Underemployed'

dwold_0-1683643462018.png

 

@ZacharySutherby 

@DougBrowning 

@Katie_Clark 

@Richard_Purkis 

 

0 Kudos
1 Solution

Accepted Solutions
Katie_Clark
MVP Alum

I think you want an and instead of or in your statement?

Best,
Katie

If this answer helped you, please consider giving a kudos and/or marking as the accepted solution. Thanks!

View solution in original post

2 Replies
Katie_Clark
MVP Alum

I think you want an and instead of or in your statement?

Best,
Katie

If this answer helped you, please consider giving a kudos and/or marking as the accepted solution. Thanks!
dwold
by
Frequent Contributor

@Katie_Clark that worked, thank you!

0 Kudos