in millions

Stimulsoft Reports.WEB discussion
Post Reply
laducd
Posts: 115
Joined: Thu Oct 23, 2014 2:15 pm

in millions

Post by laducd »

I have a file in millions. Client wants to see the values in millions. Basically 5,500,000 will by be 5.5.

Is there a quick way to do that? I'm not sure if I just have to add divide by a million in my formulas
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Re: in millions

Post by Edward »

Hi Laducd,

As an alternative way of formatting the value you also could use the following expression:

Code: Select all

{5000000.ToString("#,##0,,M")}
Thank you
Edward
Post Reply