Need some help. I am trying to round a number in a query to the nearest 500 and then perform a few more mathmatical functions. Basically I need to take 'r.consideration' value to the nearest 500 then subtract 500, then multiply that number by .0016
I use the round statement below to get it to the nearest 500, but when I try to add the additional math it doesn't work correctly.
Round (r.consideration*2,-3)/2 AS 'Revenue Tax'
Any thoughts. Thanks!
I use the round statement below to get it to the nearest 500, but when I try to add the additional math it doesn't work correctly.
Round (r.consideration*2,-3)/2 AS 'Revenue Tax'
Any thoughts. Thanks!