TL Fast Formula Logic
Summary
TL FF LogicContent
Hi,
I need to return a result in a formula of calculation when we are in Position=END_DAY, currently I can do it in Position=DETAIL.
I can print in LOG file but not able to put in return variable, its erroring out.
EXample -
IF (aiRecPosition = 'END_DAY') then
(
out_measure[nidx] = 8 /* 'out_measure' = OUTPUT ARRAY and 'nidx' is LOOP index */
)
Not Working. Any idea how to achieve !
Tagged:
0