Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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
Employee
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
Employee
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