Can anyone tell me why this is not returning a decimal- only Zeroes.
Set PercentComplete = (CSCCalled + HospCalled + NoCalls)/(TotalInventory)
CSCCalled is an Integer HospCalled is an Integer NoCalls is an Integer TotalInventory is an Integer
In the TempTable- PercentComplete is Decimal(9,3)
The results end up either being a 1 or 0, not a decimal. Does anyone have any suggestions?
Thanks, Scott