Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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';
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:
Dashboard:
LOAD * FROM 'lib://QVD/Dashboard.qvd';
It would be great if you can help me to resolve this problem.
Many thanks,
Richard
Hi Richard,
LOAD * FROM 'lib://QVD/Dashboard.qvd (qvd)';