Hi experts,
We have tried to get a factor from an account. First we enter the a value through input schedule into an account "FV"
Afterwards we want to use this factor in a script logic using next code:
*XDIM_MEMBERSET GROUPS = LC
*XDIM_MEMBERSET FLOW = 900
*WHEN C_ACCT.DIMLIST
*IS = "M"
*REC(FLOW="A00",FACTOR=GET(C_ACCT="FV"))
*ENDWHEN
We get a sintax error.
Can anybody tell us how to use a value of an account to use it as factor in a scritp logic?
Regards.