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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Determine Previous MonthEnd

Hi,

I am interested in an expression that will return the previous month end date. I was able to figure out that MonthEnd(today()) gives the current month's end date. I just want it for the month before instead. Is there an easy way to do this? Thanks.

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

try:

=date(monthstart(today())-1)

View solution in original post

3 Replies
Not applicable
Author

try:

=date(monthstart(today())-1)

eduardo_sommer
Partner - Specialist
Partner - Specialist

Try this:

=Monthend(MonthStart(today())-1)

Eduardo

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

monthend(today(),-1)


talk is cheap, supply exceeds demand