Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
aguirre
Creator
Creator

QvdCreateTime always returns null

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

Labels (2)
1 Reply
marcus_sommer

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