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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Kaushik2020
Creator III
Creator III

How to show Total label in barchart

 

in my object i have enabled Value, Total and Segment labels on. But still total label for the highest graph is not visible. 

Refer screen. thanks.

kaushi2020_1-1673417718624.png

 

Labels (1)
6 Replies
MayilVahanan

HI

Try to increase the Y axis [maximum] value, it will helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Kaushik2020
Creator III
Creator III
Author

Thanks for the reply, Extending Y-axis will make Y-axis static. further if you apply filters - a small bar chart will be visible as the Y-axis is set to max.

vinieme12
Champion III
Champion III

Use Custom Range as @MayilVahanan  suggested

You can have a calculated max value it doesn't need to be static

 

Min     = 0

Max   =  Max( aggr( <YOUREXPRESSION>YEARDimension ) ) * ( 115%)

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Kaushik2020
Creator III
Creator III
Author

thanks for your reply, this expression is actually making the Y-axis static. so when you apply filters, the bar chart(s) will appear as very tiny charts in graphs.

vinieme12
Champion III
Champion III

Then you just need to modify your expression to not be static! and respond to selections right! 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Kaushik2020
Creator III
Creator III
Author

actually this works fine with Desktop version. May be it is just with the enterprise edition which is being used here. thanks anyways.