Hi..
When I divide and the result is a decimal I am getting 0 returned instead of the decimal number...
I am real new to this.. any ideas why I am geting 0 returned instead of the decimal number?
When I divide and the result is a decimal I am getting 0 returned instead of the decimal number...
Code:
CASE
WHEN a.PricingStr <> 'PreP' THEN
21/31
ELSE
20/10
END As Total
I am real new to this.. any ideas why I am geting 0 returned instead of the decimal number?