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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Timestamp issue in monthend function

Hi All,

I have date in timestamp format like "01/30/2018 10:56:01 AM". Now I want previous 2 months data.

I tried this,

Vmaxdate=date(peek(maxdate));

Vmonthstart=monthstart(maxdate,-2);

Vmonthend=monthend(maxdate,-1);

Issue is,

I am getting the date from Aug 1st to sep 29th but I need Aug 1st to sep 30th. Could you please let me know how to handle this kind of problem. I know that monthend falls into time 11:59.

1 Reply
swuehl
MVP
MVP

please post a small sample app that demonstrates your issue.