Skip to content

Instantly share code, notes, and snippets.

@countnazgul
Last active April 17, 2022 18:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save countnazgul/5dca1d47d26a52c177df to your computer and use it in GitHub Desktop.
Save countnazgul/5dca1d47d26a52c177df to your computer and use it in GitHub Desktop.
[Calculate number of months diff between dates] #qlik #qlikview #qliksense #script
= ((year(vDate2)*12)+month(vDate2)) - (((year(vDate1)*12)+month(vDate1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment