Hi Team
Not sure if anyone has encounter this before.
I have created a report template for survey123 which works perfectly fine. The template includes conditional statements in order as you see below. Depending on survey type the template will print only the relevant section which is great and fine.
The problems comes when i add header. Only if the first condition is met header is printed. In the rest two cases no header is printed.
Any idea why this is happening?
${if survey_type == “onroad” || survey_type == “offroad” || survey_type == "utilities"}
${if survey_type == “compound” || survey_type == “offroad” || survey_type == "hdd"}
${if survey_type == “hardstand” || survey_type == “passingbay” || survey_type == "jointbay" || survey_type == “structure” || survey_type == ”culvert”}
