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 |
rwlopez
Yak Posting Veteran
80 Posts |
Posted - 2006-09-18 : 17:18:57
|
Is there a format code that exists that can convert a number like 5,000,000 into an abbreviation like 5M or something similar? I would like to use this in a graph. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2006-09-18 : 18:36:05
|
Reporting Services uses VB.NET for its code. I am not aware of a VB.NET function that would give you this value. You probably will need to write custom code for it.Tara Kizer |
 |
|
|
|
|