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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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