Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
berryandcherry6
Creator III
Creator III

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
tresB
Champion III
Champion III

May using the shift parameter in weekstart function, like :

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

View solution in original post

1 Reply
tresB
Champion III
Champion III

May using the shift parameter in weekstart function, like :

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