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

Want to sum a value based on a max date

This is going to be easy to most people but I'm new.

I want to sum(value) where DaysFilled.Date=Max(DaysFilled.Date)  and also $ current selection.

Thank you!

1 Reply
Not applicable
Author

try this:

sum({$<DaysFilled.Date = {$(=Max(DaysFilled.Date))}>} value)