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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar Chart expression


Hi Team,

I want to show the Total Value for Each month at the top of the each bar. Eg: 1000 - at 0314 bar , 2000  - 0614 bar etc..

Bar chart.png

Can this possible?

15 Replies
Not applicable
Author

Hi Taras,

You gave me a good option, Now atleast i can able to show total value as shown below.

But it is showing 3 values as it contains 3 categories, How to eliminate this? I have attached sample report. Thank you.

JonnyPoole
Former Employee
Former Employee

ok. i got interested

i put this expression in the subtitle to space out the totals horizontally across the top

= concat( aggr(sum(total <ReportMonth> Value),ReportMonth) ,  Repeat(' ',160/count( DISTINCT ReportMonth)) ,ReportMonth)

Capture.PNG

hold down the CTRL/SHIFT key and click the chart ,you will see red lines and you can move the legend, title around as you see fit. i found the spacing works better if the legend is NOT on the side but play with it, maybe you can get it to work by pushing the title a little left off center. 

in the expression above play with the '160' number if you resize the chart to space the totals right.

good luck !

sunilkumarqv
Specialist II
Specialist II

@@Plz check attached

Not applicable
Author

Hi Jhansi,

Please check attached file.

Hope it will help you

Not applicable
Author

That's a fantastic idea. Thanks a lot for your help...

Not applicable
Author

Thanks to all for your cooperation. I got a solution.