Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Friends,
date( max($(scrv_tabelle).ENDDA) +1 ) as $(scrv_tabelle).BEGDA
What does this mean? If for example the scrv_tabelle.ENDDA ist '31.12.2009' what will be the value of scrv_tabelle.BEGDA be?
Thanks in advance..
PS: This is always used in for next loops and I always dont get the logic.
Hi,
the value of BEGDA is intended to be 01.01.2010. Obviously here the maximum date of a set of tables is determined (ENDDA = end date), 1 added for the next day and this date serves as field BEGDA (begin date). Hope that helps,
Rgds,
Joachim