How to compare the value of field with the input value from the screen to take an action?

in the tree map value ,we need to change the background color of tree map cell depend on the input value from the screen to comparing with value on tree map
EX:
tree map value is 1000 .
input value from screen is 1200.
we need to compare matric value with
if value of tree map is greater than input value the background for tree map cell is red else background green

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.