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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QVD Implement Load

Hi All,

Can someone please tell me why my implement load keep failing? Even when I comment out the variable vLastRunTime and the QVDs to implement load on and just store small table QVDs....it still fails. I'm attaching my scripting for the QVDs.

Any help would be appreciated.

Thanks in Advance,

32 Replies
sunny_talwar

It looks like it should have been, but  for this one time before you reload, can you go into the variable overview and change the format yourself so that it can reload

Change 28-02-2016 to 28-Feb-2016

Not applicable
Author

Still no fruition.

Capture.PNG

Capture1.PNG

maxgro
MVP
MVP

Maybe missing quote for the variable in the SQL select

....

.... > '$(vLastRunTime)'

I suggest to try with literal in the SQL select and when you find the correct date format, change the

let vLastRunTime = ....

to match the format you've found