I want to use an if condition to skip a question if the value of the question is Null, field type in Survey123 Connect is select_one.
${if select_one != "None"}
${if select_one != "Null"}
${if select_one != ""}
Is this supported?
thanks.
Hi Dan,
Are you wanted to skip the question in the app also using relevant statements, or just in the report template when printing answers?
Currently it is not supported in report template to skip answers using if statements.
Phil.