Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to show values like 50m ,40k on chart bars?
please find the attached doc
thanks.
apps
in my case iam using chatr type as staked ..
if with out stacked its working ffine.
i want stacked case scenoireo...
thats not for stacked style chatrs..
any body help on this
Are you looking for something like this
If so, let me know and I will attach the qvw
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
I WANT TO SHOW TOTAL ON ABOVE LIKE
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
its not working
i used two dimensions
1.country
2 category
expression:
if
(sum(Revenue)>=1000000,)/1000,'#,##0 K'))
You need to send me some of your sample data
otherwise this will never get solved
Please help on above problem