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: 
jrdunson
Creator
Creator

Add values to legends?

How do I simply add values to legends?

barchart example.JPG.jpg

1 Solution

Accepted Solutions
JonnyPoole
Former Employee
Former Employee

Replace the dimension with a calculated dimension.  If the dimension is Region and the expression was sum(Sales), the calculated dimension would look like this:

=aggr(Region & '    ' & sum(Sales),Region)

legend.png

View solution in original post

2 Replies
JonnyPoole
Former Employee
Former Employee

Replace the dimension with a calculated dimension.  If the dimension is Region and the expression was sum(Sales), the calculated dimension would look like this:

=aggr(Region & '    ' & sum(Sales),Region)

legend.png

jrdunson
Creator
Creator
Author

Thanks Jonathon