Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
yvonne-c
Creator
Creator

Scatter chart - highlight selections

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

0 Replies