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

Max

Hi guys

I have 2 years 2010 and 2011 , 2010 have months from jan to dec and 2011 have months from jan to Nov. 

I want the max(Month) of 2011 that is Nov  not Dec, when i  clear the selection

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Simply use Month(Max(Date)) no need monthname in it.

Celambarasan

View solution in original post

6 Replies
Not applicable
Author

Hi manish05,

You can use monthname() function or you can pass both year and month. So, max of month is selected from the particular year only.

.

Ashutosh

Not applicable
Author

Can you please give a example

Not applicable
Author

yeah sure,

Just give a sample app with your requirement so that I can give more accurate example.

Not applicable
Author

I don't have any app for it yaar ....  i just tried it with few values in excel with columns Sales and Date (m/d/yyyy).

Not applicable
Author

i have done like this

Month(MonthName(Max(Date)))  its working ....

is there any other way also???

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Simply use Month(Max(Date)) no need monthname in it.

Celambarasan