Hey guys
Im stuck with a problem with some formulas, I got some real good help from @Andrey_Kovalev in December but now I'm stuck, so please if someone could advise. Long story short, I have 10 records (Mon-Fri odd and even weeks)and I want the date to change dynamically, i.e Today Monday the 16th will turn into Monday 30th after midnight, so just a date change on that record. We got this to work for one week but when the date turns into Sunday 22nd the 1 row will go back to the 23rd, it doesn't remain to the 30th. The Formulas are:
Calendar formula
IF(Today <= Date, Date, DATEADD(Date, 14, "day"))
Date formula
DATEADD(Today,Autonumber-WEEKDAY(Today),"day")
Today formula
Today()
And some pics from the base so you understand:
Works fine for this week and date in the Calendar formula works:
And on Sundays it all jumps back:
Best regards
Jesper