Post Author: franka
CA Forum: Charts and Graphs
I have a bar chart with the following rule in the Chart Color Format Expert:
Sum of ProgressChart.B is greater than 0.00 -- make the bar a blue color
This rule works fine and all bar are displayed as blue. Now I want to add a rule to change the 1st bar in the graph (ProgressChart.A) yellow. ProgressChart.A is a text field and I wrote the following rule:
ProgressChart.A is equal to 'Res' -- make the bar yellow
The 1st value in by table data for Progress.A is Res. The ProgressChart.A rule is the top rule in the list. I can't seem to get this rule to work/fire.
Thanks!!