Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Tree Map

Good evening everyone,

I have a question regarding Treemap.

I have on scatter plot (dimension: Dim, measures: Measure1, Measure2), where I split the data by coloring by expression

if(aggr(Measure1,Dim)>295,

   if(aggr(Measure2,dim)>4000,green(),red()),

   if(aggr(Measure2,dim)>4000,blue(),yellow()),

   )

I need to create a Treemap, which will show the corresponded color groups and it would be possible to limit the data on the scatter plot with it. The categories should be according to each color: Green, Red, Blue, Yellow

And I'm struggling so much to define the dimension for such a Treemap.

Please, somebody help.

0 Replies