set analysis query, with if statements. help needed!
Hi everyone,
I have a background colour expression:
=
if( RAGRating = 'Red',rgb(255,0,0),
if
(RAGRating ='Amber',rgb(255,128,0),
rgb
(51,204,102)
I would like to put a set analysis variable in it but am facing problems. my variabvle is $(vTask) which includes the set analysis. Can anyone think of a way in which I can implement this? I tried