Hi all,
I am trying to apply conditional formatting to some text in a Microsoft Word Report template for Survey123. I am having trouble finding resources or references for this online, and my attempts so far are not working out.
Essentially, I am trying to highlight certain values in the report if they are above or below a certain threshold. For example:
If 'question1' > 8, highlight 'question 1'
The conditional formatting in the Esri documentation only applies to hiding or showing the features based on their values, whereas I am trying to have the value always be visible, but highlighted in a color when the condition is met.
Hello,
I've done something similar where I have the output be bold in the report if it's above a certain threshold (indicating it's out of compliance).
I think this should do what you need. It should only print out the value for the expression that evaluates to true.
A few things about the syntax for conditional report formatting that I learned through trial and error.....you might already be aware but thought it could still be helpful to share:
Let me know if that works!