Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am checking for current week by using this equation current_start_date = Date( weekstart (Num ( today() ) )+1)),Now i want to put for Previous week What condition could i put.
May using the shift parameter in weekstart function, like :
Date( weekstart (today(),-1) )+1))
May using the shift parameter in weekstart function, like :
Date( weekstart (today(),-1) )+1))