Perhaps parseDateTime(toString($jaargang/jaar)+ '/' + toString($maand), 'yyyy/MM') > [%CurrentDateTime%]
would work
Hi Roeland,
shouldn't you use the 'formatdateTime' function and shouldn't the statement before the '> currentdatetime' be between brackets?
parseDateTime($JaargangIterator/Jaargang + '-' + $maand_teller + '-01','yyyy-MM-dd') >[%CurrentDateTime%]
i'm going to try if this works.