coloring a field according to value

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
happydermis
Posts: 63
Joined: Tue Oct 10, 2017 12:44 pm

coloring a field according to value

Post by happydermis » Mon Nov 29, 2004 12:32 pm

Hi all,____Is there a way to color a field according to its value? Something like: IIF(field<100,color(green), color(red))____Thanks! Dekers

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> coloring a field according to value

Post by kfleming » Tue Nov 30, 2004 7:08 am

You would need two calculated fields.__The expression of the first would be:__IIF(field<100, field, blanknum())__Place this field on the layout and set its color to green.____IIF(field<100,blanknum(), field))__Place this field on the layout directly on top of the green field and set its color to red.____Regards,__Kathleen__R&R Support

happydermis
Posts: 63
Joined: Tue Oct 10, 2017 12:44 pm

==> coloring a field according to value

Post by happydermis » Wed Dec 01, 2004 11:04 am

Many thanks Kathleen!__That saved me at least 5 hours of searching ;-)____Dekers

Post Reply