Skip to content

Instantly share code, notes, and snippets.

@mountaindude
Last active October 24, 2017 09:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mountaindude/e30ae8e018a6da453a2c to your computer and use it in GitHub Desktop.
Save mountaindude/e30ae8e018a6da453a2c to your computer and use it in GitHub Desktop.
QlikView / Qlik Sense set expression to find largest date
// 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