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 |
|
jcb267
Constraint Violating Yak Guru
291 Posts |
Posted - 2009-05-20 : 21:37:03
|
| I have a number that is formatted correctly as a number. However, for reporting purposes, I would like to show this as a dollar value. How can I change that in my query? |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2009-05-20 : 21:38:30
|
can you do this in your reporting tool rather than in SQL ? KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
jcb267
Constraint Violating Yak Guru
291 Posts |
Posted - 2009-05-20 : 21:52:02
|
quote: Originally posted by khtan can you do this in your reporting tool rather than in SQL ? KH[spoiler]Time is always against us[/spoiler]
Yes, I can. Is that the best way to do it? I am using crystal reports? |
 |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2009-05-20 : 21:56:04
|
i don't know crystal report but i am very sure this can be easily done in CR. Others that knows CR may advice you accordingly KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
jcb267
Constraint Violating Yak Guru
291 Posts |
Posted - 2009-05-20 : 22:29:44
|
quote: Originally posted by khtan i don't know crystal report but i am very sure this can be easily done in CR. Others that knows CR may advice you accordingly KH[spoiler]Time is always against us[/spoiler]
You are correct, I can do that in Crystal. I will try that.Thanks for the help. |
 |
|
|
|
|
|