Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
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)