Last active
April 1, 2019 21:36
-
-
Save mikeharding/ddc6004b302f82fb03e7 to your computer and use it in GitHub Desktop.
Commonly used Qlik set analysis expressions.
This file contains 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 of last year Sales | |
Sum({$<Year = {$(=Max(Year)-1)}>} Sales) | |
// Sum of Sales for year = 2013 | |
Sum({<Year = {2013}> Sales} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment