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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
AHSuser
Contributor II
Contributor II

Qlikview Scatter Chart

Hello,

I have a scatter chart created to show performance of 50 - 100 individuals.  I would like to keep all of the bubbles displayed, but somehow call attention to/point out the one individual selected in the chart filter because I want them to see their performance in relation to the others.  I'd like to do this either by changing the symbol relating that data point (maybe change it to a triangle or "X") or somehow adding a duplicate point for the selected individual (it would need to be dynamic based upon the individual selected by the user) and making that a different symbol.

Any ideas, thoughts, or examples would be appreciated!

 

Labels (1)
2 Solutions

Accepted Solutions
AHSuser
Contributor II
Contributor II
Author

Marco,

This is exactly what I was looking to do.  Your solution works amazingly well!  One additional question... sometimes the datapoint I've selected (green) gets blocked/hidden by the non-selected gray datapoints.  How do I bring the selected datapoint forward or perhaps make it larger or a different shape in order for it to be more easily seen (see below)?  Thanks so much!

View solution in original post

MarcoWedel

You could sort by expression to get the selected data points on top of the others.

using my example without sorting expression:

MarcoWedel_0-1641314341380.png

and with:

MarcoWedel_1-1641314428795.png

 

please close this thread by accepting a solution if you feel your question is answered.

thanks

Marco

 

 

View solution in original post

4 Replies
MarcoWedel

Hi, 

maybe helpful:

https://community.qlik.com/t5/QlikView-App-Dev/Scatter-Chart-Display-colors-between-selected-and-non...

 

91069_QlikCommunity_Thread_169833_Pic2.jpg

You can also search for the term "brushing" 

Marco

 

AHSuser
Contributor II
Contributor II
Author

Marco,

This is exactly what I was looking to do.  Your solution works amazingly well!  One additional question... sometimes the datapoint I've selected (green) gets blocked/hidden by the non-selected gray datapoints.  How do I bring the selected datapoint forward or perhaps make it larger or a different shape in order for it to be more easily seen (see below)?  Thanks so much!

MarcoWedel

You could sort by expression to get the selected data points on top of the others.

using my example without sorting expression:

MarcoWedel_0-1641314341380.png

and with:

MarcoWedel_1-1641314428795.png

 

please close this thread by accepting a solution if you feel your question is answered.

thanks

Marco

 

 

AHSuser
Contributor II
Contributor II
Author

This worked perfectly.   Thanks so much for two great solutions!