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: 
meme
Contributor II
Contributor II

monthsend is returning 70 years gap

Please can you help.

Simple use of monthsend(3,[snapshot_date],-1,1)

example the snapshot date is 3/31/2023 it returned 5/1/1953.

not sure where is the 1953 coming from.

Labels (1)
1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

You can try this may be

MonthEnd(Date#('31/03/2023', 'DD/MM/YYYY'), -1)

 

View solution in original post

3 Replies
tresesco
MVP
MVP

Not sure, may be something to do with date format or so... Could you share a screen shot?

Chanty4u
MVP
MVP

You can try this may be

MonthEnd(Date#('31/03/2023', 'DD/MM/YYYY'), -1)

 

meme
Contributor II
Contributor II
Author

i think the dates are not on the same format so this helped. Thank you!