Hi Experts,
I am trying to do a calculation via logic and i sure there an easy answer for this.
This is my logic
*XDIM_MEMBERSET ACCOUNT = PL311
*XDIM_MEMBERSET Employee = BAS(TOT_EMP)
*XDIM_MEMBERSET CATEGORY = Actual
*XDIM_MEMBERSET AUDITTRAIL = Input
*XDIM_MEMBERSET RPTCURRENCY = LC
*WHEN CATEGORY
*IS <> "Actual"
*REC(EXPRESSION=(%VALUE%*([ACCOUNT].[NAT_INS_PCENT]/12),ACCOUNT=PL313))
*ENDWHEN
So i am using account PL311 (salary Account). Multiplying this by the NAT_INS_PCENT divinding this by 12 and posting it to PL313 Nat Ins Acct.
The script validates fine but when running the script no results are produced.
There are values in the PL311 account.
I have attached the logic results
Thanks in advance
J