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

Announcements
We are aware of an issue with the Product Downloads page and looking into it.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Block Chart

Hi All,

I need to show both percentage ans sum in a block chart. is it possible to achieve the same.?

Thanks

Labels (1)
1 Solution

Accepted Solutions
alex_nerush
Partner - Creator II
Partner - Creator II

Hi Reena. Yes, it is possible to achieve. You can use Dual function. See attachment.

View solution in original post

3 Replies
sujeetsingh
Master III
Master III

I dont think have you checked?

avinashelite
MVP
MVP

Hi Reena,

Yes we can achieve this , please try like this:

=dual('Value:' & sum(Value) & chr(10) & '% = ' & sum(Value)/sum(total Value),sum(Value))

Do  *not* format at "Numbers" tab, mark it "Default" format.

alex_nerush
Partner - Creator II
Partner - Creator II

Hi Reena. Yes, it is possible to achieve. You can use Dual function. See attachment.