Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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)