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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Nemo1
Creator II
Creator II

Show % in Treemap

Hello everyone, 

I would like to show the % in my treemap. how can i do that?

the current treenmap i have shows the dimension that i chose and it is divided by the measure, but i would also like to have written in it which % the dimension represents. 

 

thanks

1 Solution

Accepted Solutions
theoat
Partner - Specialist
Partner - Specialist

Presentation --> Value label

Enjoy your Qlik.

Kind regards,
Théo ATRAGIE.

View solution in original post

4 Replies
theoat
Partner - Specialist
Partner - Specialist

Hello Nemo,

You can use the function Dual().

For exemple : 

dual(num(sum(Amount)/sum(Total Amount)*100,'#,##0.00') & '%',sum(Amount))

You have to set the format of the expression on "Measure expression".

Capture d'écran 2024-04-02 120133.png

Enjoy your Qlik.

Kind regards,
Théo ATRAGIE.

Nemo1
Creator II
Creator II
Author

hey, it did work, thanks. 

The only thing tho, is that I get the % only when I hover over the dimension, I would like to see the % always written on the treemap, is that possible? 

theoat
Partner - Specialist
Partner - Specialist

Presentation --> Value label

Enjoy your Qlik.

Kind regards,
Théo ATRAGIE.

Nemo1
Creator II
Creator II
Author

merci!