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: 
stonecold111
Creator III
Creator III

Bar chart --need help

Hi Qlikss,

I have simple bar chart name,sum of sales.

i just need small change in that, in bar chart instead of 400,300... on top of those bars, i want  bon,400    jon,300     rad,200   sri,100

how can i make that. any suggestions.

Capture.PNG

1 Solution

Accepted Solutions
Anil_Babu_Samineni

May be use this as measure?

Dual(name & ' ' & Sum(sale), Sum(sale))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

4 Replies
stonecold111
Creator III
Creator III
Author

anyone has answer?

Anil_Babu_Samineni

May be use this as measure?

Dual(name & ' ' & Sum(sale), Sum(sale))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
stonecold111
Creator III
Creator III
Author

thanks