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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
jaymerry
Creator
Creator

Monthend with YYYYMM input

Hello all,

I'm trying to use the Monthend() function with YYYYMM input. I don't really if it's something possible, as this function expect a complete Date format. Have you any ideas ?

Thanks for your help,

Jaymerry

Labels (1)
1 Solution

Accepted Solutions
Miguel_Angel_Baeyens
Support
Support

Hello,

The following should work:

=MonthEnd(Date(Date#('201101', 'YYYYMM')))


Hope that helps.

View solution in original post

2 Replies
Miguel_Angel_Baeyens
Support
Support

Hello,

The following should work:

=MonthEnd(Date(Date#('201101', 'YYYYMM')))


Hope that helps.

jaymerry
Creator
Creator
Author

Thank you very much,

It works,

Jaymerry