Hi
I have a strange behaviour of logic script (the script that i got from previous thread in this forum) like this:
*XDIM_MEMBERSET TIME=PRIOR,%TIME_SET%
*WHEN ACCOUNT
*IS XXX
*REC = (EXPRESSON=GET(TIME=PRIOR), ACCOUNT=YYY,TIME=NEXT)
*ENDWHEN
*COMMIT
so, I have a data like this:
1998.FEB XXX : 1000 YYY : 2000 1998.MAR XXX : 2000 YYY : 3000 1998.APR XXX : 0 YYY : 0
At time set : 1998.MAR, I run the logic script and I got
1998.FEB XXX : 1000 YYY : 2000 1998.MAR XXX : 0 <- why zero ? YYY : 3000 1998.APR XXX : 0 YYY : 1000
I can't find any good explaination about this. Strange.
Pls help.
Regards,
Halomoan
Edited by: Halomoan Zhou on Jul 18, 2008 3:49 AM