DYO: Conditional Values color the Section background


Q:  I want to print a value that is above 30 or below -30 as one color (green) on a chart and if it falls between those values I would like it to be a different color (red).  I know it is simple, but when the value is above +30 it prints green fine, but when it is below -30 it still prints green.  If you could either do this or point me to an example to study I would really appreciate it.

A:  This simple example shows a value from GV[1] being tested and Line D is the logic of being true when the number is above 30 or below -30.  The Section message is showing the value and uses the Line Logic from Line D to color the background with the True or the False color.  So the section will be colored either Green when the value is above 30 or below -30 and colored Red when the value is between the two levels.


Last modified 8/7/08 12:30 PM