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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
baarathi
Creator III
Creator III

Could not initialize variable

Let varQvdCheck = isnull(QvdCreateTime('lib://QVDs/abc.qvd');

Is there any error in above statement? The variable is not getting created after loading the script

1 Solution

Accepted Solutions
big_dreams
Creator III
Creator III

1st thing is closing bracket of isnull()

Regards

View solution in original post

2 Replies
big_dreams
Creator III
Creator III

1st thing is closing bracket of isnull()

Regards

baarathi
Creator III
Creator III
Author

Thanks a lot.. a bad mistake from my side