Last active
October 24, 2017 09:59
-
-
Save mountaindude/e30ae8e018a6da453a2c to your computer and use it in GitHub Desktop.
QlikView / Qlik Sense set expression to find largest date
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
// Use in chart title/subtitle/footer for describing what data is shown in a chart, etc | |
='Chart contains data up until and including ' & Date(Max({1} Date), 'YYYY-MM-DD') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment