If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
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
1st thing is closing bracket of isnull()
Regards
Thanks a lot.. a bad mistake from my side