Click to See Complete Forum and Search --> : Rounding in crystal


scroller52
August 15th, 2007, 11:14 AM
I need to display a large # ie - 123,456,789 rounded to the thousands to get 123,457

the rounding to thousands in crystal will only show this - 123,457,000

i need to take off the zero's in the end. any thoughts?

my source is a SQL table that i have formatted to show in thousands the way i want it. but when i pull it through crystal, it doesnt come back the way i want it.

dforosisky
August 16th, 2007, 11:38 AM
Divide by 1000?

scroller52
August 16th, 2007, 02:14 PM
yea....i think that would be my last resort. but if i do that, i'd have to make a new formula field for each # to divide by 1000, then use that right?

its extra work that should be solved with a much quicker solution! haha

JaganEllis
August 17th, 2007, 02:46 AM
"my source is a SQL table that i have formatted to show in thousands the way i want it" ???

Maybe create a view on the table that divides by 1000 and use that in Crystal instead of the table directly.