Who can help me with this problem. I have a script that should do some actions on the first workday of the month.
I tried this script but doesn't do what I want.
Day>the_day
if>the_day>3,endifmaand
DayOfWeek>weekdag
if>{(%weekdag%=2) AND ((%the_day%=1) OR (%the_day%=2) OR (%the_day%=3)},verdermaand
if>{(%weekdag%=3) AND (%the_day%=1)},verdermaand
if>{(%weekdag%=4) AND (%the_day%=1)},verdermaand
if>{(%weekdag%=5) AND (%the_day%=1)},verdermaand
if>{(%weekdag%=6) AND (%the_day%=1)},verdermaand
label>verdermaand
// some actions
label>endifmaand
Thanks Duran
