Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

short number format

I had chart city, sales.

in sales column values are,

100000,

2340000,

2345600

how to show these values in million in chart  like

1M,

2.34M,

2.3456m,

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi,

Please check this attached file for solution.

Regards,

Jagan.

View solution in original post

6 Replies
maternmi
Creator II
Creator II

Hi,

=sales/1000000 & 'M'

Hope it works

Not applicable
Author

Hi,

you have the option to override the number format within the chart properties (see attached), this can be done for each expression. The other option you have is to use Num() in your expression and use the second parameter to set the format

hope that helps

Joe

Not applicable
Author

Hi joe,

i did'nt understand how to get that.

can u plz modify this attachment.

thanks

Anonymous
Not applicable
Author

Like this :

jagan
Luminary Alumni
Luminary Alumni

Hi,

Please check this attached file for solution.

Regards,

Jagan.

rustyfishbones
Master II
Master II

2014-10-24_1651.png