- Posts: 112
- Thank you received: 6
Ask the community, share ideas, and connect with other LimeSurvey users!
{Q1.shown} // Returns VCU when ATTRIBUTE_8 selected {is_string(Q1.shown)} // Returns 1 {if(Q1.shown == "VCU", 1, 0)} // Returns 0 should return 1 {if(join(Q1.shown, "") == "VCU", 1, 0)} // Returns 0 should return 1