Skip to main content

Hi all,

 

I have a bullet graph with the blue bars showing acceptances and the black line showing the target. Is it possible to make the bar change colour once it has reached the target?

 

Kind Regards,

Nora

1 answer
  1. Jul 17, 2013, 3:57 PM

    The easiest way would be creating a new calculated filed. This filed will just be a logical statement (e.g., IF barFiled > ReferenceLine THEN 1 ELSE 0 END). Drag this filed to color card (now, 1 or 0 from the created filed will correspond to a different color accordingly). Edit the color to your like. That should do it.

0/9000