I am trying to highlight a selected client in a scatter chart - so the selection turns one colour and all the other clients remain but are greyed out.
I did this successfully in QlikSense using this expression
if(isnull(only([ReferredTo])) ,ARGB(200,190,200,200),ARGB(230,230, 88, 88))
But I cannot get it to work in Qlikview. I have tried putting the expression as the background colour for the dimension and the expression. The selected client remains but all the others disappear.
Can anyone tell me the correct way to do it?
Thanks