Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Last Monday of Month

Hi,

can somebody help me in calculating the last monday of a given month?

Thx in advance!

-Phil

1 Solution

Accepted Solutions
swuehl
MVP
MVP

=Weekstart(MonthEnd( Makedate(YourYearField, YourMonthField) ))

View solution in original post

4 Replies
andrespa
Specialist
Specialist

Hi Philipp,

date((WeekStart(yourDate) ), 'D-M-YY') AS FirstDayWeek

Best regards,

Andrés

swuehl
MVP
MVP

=Weekstart(MonthEnd( Makedate(YourYearField, YourMonthField) ))

Anonymous
Not applicable
Author

Thank you!

You Guys are awesome .

raajaswin
Creator III
Creator III

Hi Philipp,

This is it

=Date(WeekStart(MonthEnd(date#('03/09/1993','MM/DD/YYYY'),0)),'DD/MM/YYYY')

in the date given you can give your field also