Hi Edgar,
Thank you for your response.
What I am thinking is that instead of having 2 loops, can we have one loop only and put the calculation in IF-ELSE-ENDIF format.
Like -
IF
the week is current then
do X
ELSE
do Y
ENDIF
Hi Edgar,
Thank you for your response.
What I am thinking is that instead of having 2 loops, can we have one loop only and put the calculation in IF-ELSE-ENDIF format.
Like -
IF
the week is current then
do X
ELSE
do Y
ENDIF