October 16, 2013 at 8:06 am
Hello,
I have a report that I am reverse engineering. The percentage for a specific column is 52.80%, but in my result set I continue to get 53. It's obviously rounding the number. Does anyone have a quick script that can convert this whole number to 52.80? Here is what I have...
Any help would be appreciated.
round(cast(sum(COLUMNNAME) as float)*100,3)
Dave
October 16, 2013 at 8:07 am
October 16, 2013 at 8:09 am
I know it's a dupe, I wanted to post with the code.
October 16, 2013 at 8:12 am
Hey friends,
I have a hard deadline for today, can someone please help?
October 16, 2013 at 8:20 am
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply