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: 
qlikviewaf
Creator
Creator

=Max({<Year=,Month=>}Invoice_Date)

Hi,

there's a way to avoid to specify all selection possible in the set analysis (Year, Month...etc).

I want just to keep the high invoice_date value regardless of all selection possible.

How this can be achieved?
Thank you    

=Max({<Year=,Month=>}Invoice_Date)

2 Replies
Anil_Babu_Samineni

Does this helps?

=Max({1}Invoice_Date)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
prat1507
Specialist
Specialist

Use

=Max({1}Invoice_Date)