Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar chart label names on chart

Hi,

I am beginner in Qlik.

I have a chart like below

Labels.png

I want to show labels below e.g.

below 186 as Apr

365 as May.

How to achieve this?

Regards

Sandeep

2 Replies
settu_periasamy
Master III
Master III

Do you want like this?

Capture.JPG

Just Put the Expression.. Like

=Dual(Month&chr(10)&sum(Sales),Sum(Sales))


Just a suggestion, Instead of above, you can simply enable 'Show Legend' in the Dimensions Tab.

Not applicable
Author

Thanks ..that helped.