all groups > sql server reporting services > december 2005 >
You're in the

sql server reporting services

group:

Formating numbers



Formating numbers DONNA
12/7/2005 2:55:03 PM
sql server reporting services: I have a number 600.00 and would like to format it to look like 600 (no
RE: Formating numbers Jeremy
12/7/2005 3:11:02 PM
Hi Donna,

If you want the number to round up use FormatNumber({your number},0)

If you want just what is left of the decimal use Floor({your number})


[quoted text, click to view]
Re: Formating numbers Louis315
12/7/2005 6:11:59 PM

The Format string "#" forces an integer numeral (100000), and "#,#" forces
an integer with commas in the right places (100,000).
There are also other possible format strings, like "D0" for "Decimal with 0
places after the point"


[quoted text, click to view]

AddThis Social Bookmark Button