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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
hasmyt
Contributor II
Contributor II

Dimension labels inside the chart

Is it possible to show the dimension labels inside the chart on top of the bar? For example, in the image attached below, I want to show the Year labels e.g., 2019, 2020, 2021, 2022 on top of the respective bars 

 

Screenshot (183).png

 

Labels (1)
1 Solution

Accepted Solutions
brunobertels
Master
Master

Hi 

Yes its possible like this for example : 

dual(  [YearDim] &' '&
sum(sales),sum(sales)) 

 

brunobertels_0-1656406581120.png

 

 

View solution in original post

1 Reply
brunobertels
Master
Master

Hi 

Yes its possible like this for example : 

dual(  [YearDim] &' '&
sum(sales),sum(sales)) 

 

brunobertels_0-1656406581120.png