Report Template, If condition on Null

700
1
07-27-2018 07:47 AM
danbecker
Occasional Contributor III

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.

0 Kudos
1 Reply
by Anonymous User
Not applicable

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.

0 Kudos