Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Anyone could teach me how to write a script to have a conditional color (e.g. +ve figure shows red color; -ve figure shows black color).
Best Regards,
Alan
Hi,
Try this..
=IF($(Close Debtor Provision Current)/1000>=0,color(201),color(102))
Would you be able to share your application or a sample where it isn't working?
Hi,
You go your expression tab pick any expression and expand that one you will get background color ,text color, and more double click on this and write the expression like below :
if ( sum(sales) > 0 , Green() ,
if (sum(sales)< 0 , red()))
Regards
Rajesh Kumar
Hi Prabir,
I tried but still unsuccessful.
Best Regards,
Alan
Hi Rajesh Kumar,
Your method is OK, but is limited to make the whole text box become conditional color. My intention is to make the figure or wordings to become conditional color in a statement.
Best Regards,
Alan