Last active
February 19, 2025 10:01
-
-
Save mountaindude/b5cde851f56a98962a1e to your computer and use it in GitHub Desktop.
QlikView / Sense set expression to pick the data for the last available date
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Sum FieldName per the last available date we have data for, withinin the current selection | |
Sum( {$<DateNum={$(#=Max(DateNum))}>} FieldName) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment