Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
if((mid(FICO_NodeGroup,1,3)='TTL') or (FICO_NodeGroup='STTL'),RGB(0,0,204),black())
if((mid(FICO_NodeGroup,1,3)='TTL') or (FICO_NodeGroup='STTL') ,RGB(0,0,204),
if((if((mid(FICO_NodeGroup,1,3)='TTL') or (FICO_NodeGroup='STTL'),RGB(0,0,204),black()=black()and if((Amt.=0),1,0)=1)) ,RGB(0,0,204),black()))
If I understand correctly, you want to change color of data(amt=0) to blue also.
Please attached I applied the same expression for text amt and % you have for catalogue. May be you can refine your expression, not sure about that.
=
if((mid(FICO_NodeGroup,1,3)='TTL') or (FICO_NodeGroup='STTL') ,RGB(0,0,204),
if((if((mid(FICO_NodeGroup,1,3)='TTL') or (FICO_NodeGroup='STTL'),RGB(0,0,204),black()=black()and if((Amt.=0),1,0)=1)) ,RGB(0,0,204),
black()))
Hi,Devang
Thank you for your respond. Actually I want to change text color of field that has word "TTL__" and "STTL". Now it's work but it's also change text color of field that has word "GL" and "CE" too.
How can I ignore FICO_NodeGroup that has word "GL" or "CE" ?
Hi, Any one have work around on this ? Pls help me. Regards
I still don't know how to fix this problem.