Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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