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: 
Not applicable

re: month end

HI all..

need help please...

i have to get the month end of the selected period...

i have month ,year,monthyear,week,quarter in my selections..if any of this is selected then i need to get the max of month end of the date.

how can it b done..

please suggest

3 Replies
tamilarasu
Champion
Champion

Hi Reena,


You can use MonthEnd function. See below example from help file.

Capture.PNG

anbu1984
Master III
Master III

If you have Calendar table, then add Month End Date to this table

senpradip007
Specialist III
Specialist III

Try use this

Monthend(Max(Date))