Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
satishkurra
Specialist II
Specialist II

Quadrants in Scatter Plot (QlikView)

Hi

I attached the sample scatter plot which compares Revenue vs GM %.

I also added quadrants.

Is there a way to get the list of bubbles from lower left quadrant into a table?

I added fast change option to straight table and asked the user to click and open the details. But no luck

Please help

11 Replies
jwjackso
Specialist III
Specialist III

It is basically the same thing.  I think you would want calculations (tables or set analysis) to represent each quadrant.  The bottom left quadrant would be less than the x-axis and less than the y-axis

=sum({1<[Eng. Revenue $]={"<$(=(Max(Aggr(Sum([Eng. Revenue $]),RecordID))+Min(Aggr(Sum([Eng. Revenue $]),RecordID)))/2)"},
[Gross Margin %]={"<=$(=(Max(Aggr(Sum([Gross Margin %]),RecordID))+Min(Aggr(Sum([Gross Margin %]),RecordID)))/2)"}>}[Gross Margin %])

QuadrantLB.PNG

satishkurra
Specialist II
Specialist II
Author

Out of the box what if Gross Margin % is a calculated field instead of direct field?