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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
dotnetfan
Contributor III
Contributor III

Loading QVD failed

Hello Guys,

I'm using Qlik Sense and trying to create a demo  to store data into QVD in one place and load the QVD file by another report.

For store data from SQL Server into QVD, it was succeed as following:

/* SCRIPT  */

😧

SQL SELECT *

FROM dbo."Dashboard";

STORE D INTO 'lib://QVD/Dashboard.qvd';

/* SCRIPT  */

When I was trying to load QVD file and display the data into a new Qlik Sense report, then it doesn't working as following:

/* SCRIPT  */

Dashboard:

LOAD * FROM 'lib://QVD/Dashboard.qvd';

/* SCRIPT  */

QVD.png

It would be great if you can help me to resolve this problem.

Many thanks,

Richard

Labels (1)
1 Reply
tamilarasu
Champion
Champion

Hi Richard,

/* SCRIPT  */

Dashboard:

LOAD * FROM 'lib://QVD/Dashboard.qvd (qvd)';

/* SCRIPT  */