Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
bhavvibudagam
Creator II
Creator II

unable to load the QVD

Hi Experts,

Can any one please help me on this.

In a 4.Source Folder I have date wise QVDs like below.

From these all qvd's I have to load only today date qvd. I have used the below script.

LET vToday=Date(Today(),'YYMMDD');

LET vSource = 'A'&$(vToday)&'JOB';

LOAD

    Client,

    Score,

    Rank

FROM [lib://Source/$(vSource).qvd]

(qvd);

But getting the error like below. Here variable is reading correctly but not able to load the QVD. Please help me on this. am i missed any thing in the script.

Thanks in advance.


4 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Looks like the file for Today() did not exist when the script ran, or the file was locked by the process creating the file and the process has not completed.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
shiveshsingh
Master
Master

What's the error?

bhavvibudagam
Creator II
Creator II
Author

Hi

Its resolved on Server Its loading fine I don't know whats wrong in Desktop its showing like below.

shiveshsingh
Master
Master

Glad to know it's resolved