- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
TRA_PR_INC5 != 'POSTSEC'
(TOKEN:ATTRIBUTE_1 == "British Columbia" OR TOKEN:ATTRIBUTE_1 == "Manitoba" OR TOKEN:ATTRIBUTE_1 == "Victoria" OR TOKEN:ATTRIBUTE_1 == "Calgary" OR TOKEN:ATTRIBUTE_1 == "Dalhousie" OR TOKEN:ATTRIBUTE_1 == "Sherbrooke" OR TOKEN:ATTRIBUTE_1 == "Ottawa" OR TOKEN:ATTRIBUTE_1 == "Simon Fraser" OR TOKEN:ATTRIBUTE_1 == "McGill" OR TOKEN:ATTRIBUTE_1 == "Hamilton") AND TRA_PR_INC5 == 'POSTSEC'
to the response 'POSTSEC'. If you want to show the question if the response IS 'POSTSEC' and no other, then you would use '==' instead of '!=='. With that you are already very good and this procedure is quicker than go to the condition manager, because you can do it right where you edit the question.