Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I cannot check the existence of a qvd.
The qvd exists and is in my folder: c:\temp\myfile.qvd
I am authorized to write in the folder (I created the file with 'store' in that folder)
The following code output "NULLL QVD!!!!":
let creattime = QvdCreateTime('c:\temp\myfile.qvd');
trace('check null c:\temp\myfile.qvd create time $(creattime)');
IF (IsNull(QvdCreateTime('c:\temp\myfile.qvd'))) THEN
trace('NULL QVD!!!!');
ENDIF
Could you tell me what could be wrong?
I am using Qlik Sense Novbember 2021 Patch 3
Thanks
I'm not very familiar with Sense but I wouldn't be surprised if you would need to use lib-logic to get an access to a file (at least not without the legacy-mode). Therefore try it with the exact statement like the store-statement.
- Marcus