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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to find out last week date from current date

how to find out last week date from current date

5 Replies
Miguel_Angel_Baeyens

Hello,

Use

=WeekEnd(CurrentDate)


Hope this helps

Not applicable
Author

this will give the week end days , but i want to know the lask week date , means last date when was friday .

Not applicable
Author

try to use this expression: =Date(Num(Date(Now()))-7)

Miguel_Angel_Baeyens

Hello,

Use instead

=LastWorkDate(WeekStart(Date(DateFieldName)), 5)


Hope this helps

Not applicable
Author



Hi, use this function

weekend

(Date,-1,5)