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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Custom Data Label in Block Chart

In each section of a Block Chart, is it possible to display both the value and the relative percentage at the same time?  Or better yet, to display a custom expression?

Thanks

1 Solution

Accepted Solutions
Not applicable
Author

Hi Jeremy,

  It's not possible in Block Chart. but there is work around you can show in Pie Chart. Please find the attachment.

Santhosh G

View solution in original post

4 Replies
whiteline
Master II
Master II

Hi.

Yes, for example you can use calculated dimension:

=aggr(Dimension & ' custom text' & count(Dimension), Dimension)

Not applicable
Author

Hi Jeremy,

  It's not possible in Block Chart. but there is work around you can show in Pie Chart. Please find the attachment.

Santhosh G

Not applicable
Author

Thanks, Whiteline.  This allows me to put custom text in the label.  Expressions to not show up in the label, though.  For example, I when I put:

     aggr(Dimension& 'custom text ' & text(count(Dimension) / count(TOTAL Dimension)), Dimension)  //trying to show it as a percent

I see:

     '<member_of_dimension> custom text <(total_for_that_member)'>

Not applicable
Author

Thank you Santhosh