Skip to content

Instantly share code, notes, and snippets.

@levi-turner
Created November 11, 2017 00:06
Show Gist options
  • Save levi-turner/567445763cb1abca8af5cb9a8dcea543 to your computer and use it in GitHub Desktop.
Save levi-turner/567445763cb1abca8af5cb9a8dcea543 to your computer and use it in GitHub Desktop.
To work around QVDs being locked in Qlik Sense
DO
SLEEP 5000;
LET _fwMessage = QvdNoOfRecords ('lib://My Library/myqvdfile.qvd');
TRACE $(_fwMessage);
LOOP WHILE (LEN('$(_fwMessage)') = 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment