Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
berryandcherry6
Creator II
Creator II

Condition for last week

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.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

May using the shift parameter in weekstart function, like :

Date( weekstart (today(),-1) )+1))

View solution in original post

1 Reply
tresesco
MVP
MVP

May using the shift parameter in weekstart function, like :

Date( weekstart (today(),-1) )+1))