Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all.
I want to colour background EXPR1 and wrote this in BACKGROUND COLOR:
if (Sum([EXPR1]) <= NUM, $(vColorBlack), $(vColorGreen))
where
vColorBlack=ARGB(100,0,0,0)
vColorGreen=ARGB(100,0,128,0)
The colors don't appear.
What should I write? I use varaibles because the colors can be changed very fastly.
thanks
Message was edited by: cristina lovati
You have ARGC(100,0,0,0) as color vColoreNero instead of ARGB(100,0,0,0)
Yes ,
Sunny and Gysbert...u guy's having eagle eyes
Thanks,
AS
Hi Clovati,
Sorry, but u should mark either Sunny or Gysbert reply as correct answer.
Just because of their suggestion's , I realized below variable issue:
Thanks,
AS