Hi,
I would like to know how to do 2 things using conditional statements in a Survey123 report
1. I would like to display a data item in the report only if it has a particular value. The data item is from a select_one list and the possible values are 'Fully Met', 'Partly Met' or 'Not Met'. So as an example, one of them is called 'RecreationSpaces' and I've tried the syntax below to only display if it has the value 'Not Met' but it doesn't work...
${if RecreationSpaces =="Not Met"}
Recreational Spaces: ${RecreationSpaces}
${/}
2. I'd also like to know if I can change the colour of text based on a value. So in the example above, colour the text green if the value is 'Fully Met'
I would really appreciate any advice or tips as its driving me a little bit mad
Many thanks,
John