I'm running a report on a custom value from UnDP status field using Advance SQL. How can I round the "status" number field to the nearest 10th?
Thanks!
would this reference be any help for you? http://technet.microsoft.com/en-us/library/ms175003.aspx
Thanks for the suggestion! It turns out the variable I was trying to round was listed in the DB as a varchar instead of a float or int. However, thank you so much for the response as that link is helpful.