I'm trying to get a derived field to annualize a deduction based upon the employees company code. Here's the code I've got so far.
@DECODE(REPORTS.V_DEDUCTIONS.[[CO]],'YDJ',( SUM(DISTINCT @DECODE(REPORTS.V_DEDUCTIONS.DEDUCTIONCODE,'13',REPORTS.V_DEDUCTIONS.DEDUCTIONAMOUNT,0) ) )*24,'YDK',(...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.