Conditional Formatting Using the Bullhorn Reporting Condition Explorer
This article will show you how to apply conditional formatting to your report to highlight exceptional data. Condition Explorer makes it possible to define your criteria and apply that formatting.
Adding the Variables
- Use this article to Adding, Copying, and Modifying Reports in Bullhorn Reporting (Previously Canvas)
- On the table, select the three dots to open the Show Properties panel.
- Select Render Variable, then click More.
- In the Render variable pop-up, click Variable > <New string variable>.
- Select Conditional Styles, then click More.
- In the Conditional styles pop-up, select the plus icon and choose New Conditional Style.
- In the New variable pop-up, select Add.
- In the Add pop-up, enter the name for the variable then click OK.
- On the New variable window, click OK.
- In the Report expression pop-up, click Functions > Constants > double-click string.
- In the Expression Definition box, between the two ', type in the below expression:CopyUpdate [FIELD EXPRESSION] with the appropriate field you’d like to use and ### with the appropriate numerical values
if([FIELD EXPRESSION]>###) then ('high') else if ([FIELD EXPRESSION]<###) then ('low')
-
Click Validate
-
Fix any errors that come up.
-
In the Variables box, click the string you created. This will move your variable to the Values tab.
-
In the Add pop-up, type the Value as “high” and select OK. Repeat this and the previous step for "low."
-
In the Show properties pane, Name, type in a name for your variable and press Enter on your keyboard.
Applying the Formatting
Now we’ll decide how we want to format our “High” and “Low” values.
Select Back on the Toolbar to go back to the main report page.
Select the data row for the column you’d like to format.
In the Show properties pane, under Conditional, select the Style Variable and then click more.
In the Style Variable pop up, choose the Variable you created and select OK.
Click Conditional State and Select High.
In the Show properties pane, under Color & Background, select .either Background color or Foreground color, then click more.
Choose the color you’d like to signify a high number, and select OK. Repeat the last three steps for “low.”
Save your report to lock in your changes.