Skip to main content

New to Qlik Sense

If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
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