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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show values like 50m ,40k on chart bars?

How to show values like 50m ,40k on chart bars?

please find the attached doc

thanks.

apps

19 Replies
Not applicable
Author

in my case iam using chatr type as staked ..

if with out stacked its working ffine.

i want stacked case scenoireo...

Not applicable
Author

thats not for stacked style chatrs..

Not applicable
Author

any body help on this

rustyfishbones
Master II
Master II

Are you looking for something like this

If so, let me know and I will attach the qvw

ImageTest.png

Anonymous
Not applicable
Author

use this expression   simple expresion like sum(revenue ) use below expresion

=num( sum( revenue) /pow(1000,floor(log10(fabs(sum(revenue)))/3)),'##0.000')

& pick(floor(log10(fabs(sum(revenue)))/3)+1,'',' K',' M',' B',' T')

and in the style  Select Stacked

hope this helps

Have a nice Day

Not applicable
Author

Untitled34.JPG

I WANT TO SHOW TOTAL ON ABOVE LIKE

rustyfishbones
Master II
Master II

Ok

Add an Expression summing up all other Expression, untick Bar and Click show values on Data Points

This will show the Total amount on the Stacked Bar, then just add the IF statement from the earlier post to that expression, here is a pic of what I mean

Value.png

Not applicable
Author

its not working

i used two dimensions

1.country

2 category

expression:

 

if

(sum(Revenue)>=1000000,
num(sum(Revenue)/1000000,'#,##0.0 M'),
num(sum(Revenue

)/1000,'#,##0 K'))

rustyfishbones
Master II
Master II

You need to send me some of your sample data

otherwise this will never get solved

Not applicable
Author

Please help on above problem