How to make an answer's text red on a report
You can highlight an answer in a report with a color—for example, showing red for "No" responses. Here's how to accomplish this:
-
Click on the
FormAnswers
field on your report. -
On the right-hand side, click the Expressions icon (𝑓).
-
Expand the Appearance section by clicking the arrow next to it.
-
In the Foreground Color field, click the three dots (
...
). -
Enter the following expression, replacing the field name with your specific one:
Iif([Form Answers.Are valves accessible - Inspection Check] == 'No', 'Red', 'Black')
Note: You can adjust this expression to use different colors or even apply it to the Background Color field instead of Foreground Color.