Created
November 11, 2017 00:06
-
-
Save levi-turner/567445763cb1abca8af5cb9a8dcea543 to your computer and use it in GitHub Desktop.
To work around QVDs being locked in Qlik Sense
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
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