Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
SQL

I want to change the font color and use the expression:

= IIf ( Fields!qty_req_level_1.Value < (Fields!stock.Value + Fields!foperqty.Value), "red", "black" )

but it is not working, the font changed color every time that qty_req_level_1 < stock,

How I can correct it?
Posted
Comments
CHill60 18-Mar-14 20:24pm    
Are you sure that there is any value in Fields!foperqty.Value?
Member 10445318 19-Mar-14 7:59am    
all the value for Fields!foperqty.value are > 0 but in this case all the values for Fields!stock.value are 0.

Thank you,

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900