Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unable to pick max date

Dear All,

Attached qvw sample.

I am unable to pick the last date available for the month. (Max Date available of the month)

Need your help.

Regards,

Niky Rathod

1 Solution

Accepted Solutions
rubenmarin

Hi Niky, you can change your expression by:

Aggr(If(Date=Max(TOTAL <Month> Date), Sum(Stock)), Month, Date)

Using aggr inside set analysis is not working.

View solution in original post

1 Reply
rubenmarin

Hi Niky, you can change your expression by:

Aggr(If(Date=Max(TOTAL <Month> Date), Sum(Stock)), Month, Date)

Using aggr inside set analysis is not working.