Link to home
Start Free TrialLog in
Avatar of Fordraiders
FordraidersFlag for United States of America

asked on

it is not color coding any -negative values.. or sometimes anything below 14.99%

I had this question after viewing looping through subform for specific  background color red and give me some type of alert.


I still have a problem evaluating the data in the subform correctly.  In the field "TARGET_GP"

User generated image
The data shows up with a percent sign in the field. I have no way around this issue.

So if any value in the field/column  "TARGET_GP" IS BELOW   14.99%  it will background the cell to red color.

it is not color coding any -negative values.. or  sometimes anything below 14.99%

Thanks
fordraiders
Avatar of mbizup
mbizup
Flag of Kazakhstan image

Try removing the quotes:

<= 14.99
SOLUTION
Avatar of mbizup
mbizup
Flag of Kazakhstan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I would agree with Gustav that you need to use the numeric value, not the displayed format.
Avatar of Fordraiders

ASKER

Thanks all