Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
tchovanec
Creator II
Creator II

Previous End of Month

I am looking for an expressions that will give the last day of the previous month. Any help would be appreciated, Thank you

1 Solution

Accepted Solutions
Not applicable

=MonthsEnd(1,today(),-1)

The first parameter depend your default format

View solution in original post

2 Replies
chematos
Specialist II
Specialist II

Try this in a textbox and select a Month:

=MonthEnd(AddMonths([Month],-1))

Not applicable

=MonthsEnd(1,today(),-1)

The first parameter depend your default format