Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
osirisa
Constraint Violating Yak Guru
289 Posts |
Posted - 2008-03-10 : 18:26:33
|
Hi I need to use the format 4,000 without the decimal points. How can I do that with Reporting Services. I know that there is a format for number that you can use 4,000.00 but that is not what I need. Help!!!! Thanks.. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-03-10 : 18:30:35
|
Reporting Services uses VB.NET as the programming language so you can use any VB.NET function to format your data.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
|
|
osirisa
Constraint Violating Yak Guru
289 Posts |
Posted - 2008-03-11 : 10:04:29
|
? Can you give me an example? Thanks Tara |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-03-11 : 12:40:27
|
Use:-="#,##0" as format code |
|
|
jsmith8858
Dr. Cross Join
7423 Posts |
|
|
|
|