How to highlight a report answer in colored text
- Click on the FormAnswers field then click the Expressions icon (F) on the right-side.
- Click the arrow next to Appearance to expand.
- Click the 3 dots in the Foreground Color field.
- Then enter an Iif expression as shown below. Change the Form Answers information for the specific field name (highlighted in yellow).
Iif([Form Answers.Are valves accessible - Inspection Check] == 'No','Red','Black')
You can use this same example using different colors or to change background colors as well. Just change the appropriate color or field.