Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
what is the expression to identify first Thursday every month.
Thanks.
Something like this in script should work:
if(WeekDay(TempDate)='Thu' and Day(TempDate)<='07','FirstMonthThursday','') as FirstMonthThursday
See attached File!
hope this helps
Something like this in script should work:
if(WeekDay(TempDate)='Thu' and Day(TempDate)<='07','FirstMonthThursday','') as FirstMonthThursday
See attached File!
hope this helps