Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save countnazgul/5366229 to your computer and use it in GitHub Desktop.
Save countnazgul/5366229 to your computer and use it in GitHub Desktop.
[Convert to Unix timestamp] #qlik #qlikview #qliksense #script
LET t1 = (num(timestamp#('2013-01-11 18:00:00', 'yyyy-mm-dd hh:mm:ss')) - 25569) * 86400;
LET t2 = (num(Now(1) - 25569) * 86400;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment