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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
1 Solution

Accepted Solutions
Anil_Babu_Samineni
MVP
MVP

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
MVP
MVP

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
BalaBhaskar_Qlik
Master
Master

stonecold111
Creator III
Creator III
Author

thanks