Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi team please find the attached file
How to show Y-AXIS like
1 K
2 K
3 K
4 M
Thanks
HI
In Chart Properties ---> Number tab, we have the place to specify symbol for thousand, million, billion.
Regards
Revathy
Hi,
if you are using Sum(Sales) now to represent it in K and M
--SUM(Sales) &'K'
In logical way u can write
if(SUM(Sales)/100000<100 ,SUM(Sales)&'K','M') and many more conditions can be mentioned .
Thanks
I Know that thing that symbol will come in top ,
but i want to show 'M' or 'K' Symbol for all values
Thanks
ITS NOT WORKING...
hmmm....
No answer..
hmm..
Hi team please find the attached file
How to show Y-AXIS like
1 K
2 K
3 K
4 M
Thanks