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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
aniketsr
Creator
Creator

How can i create a QVD in qliksense

Dear Team ,

Iam trying to create a qvd using the create statement as we use in qlikview but the same is showing error in qliksense.

Kindly guide if there is any other way through which I can create a QVD.

Regards,

Aniket

5 Replies
robert_mika

its_anandrjs
Champion III
Champion III

Hi

Here is the example for this

CountryTab:

Load Statements;

Store CountryTab  into [lib://QVD_Folder/CountryTab.qvd](qvd);

Regards,

Anand

jagan
Partner - Champion III
Partner - Champion III

Hi,

It is not create statment, it is STORE statement.

Syntax:

STORE QvTableName INTO path\QVDfilename.qvd;

Example:

STORE Customers INTO c:\Qlikview\QVD\Customers.qvd;

mohammadkhatimi
Partner - Specialist
Partner - Specialist

Hie...


First you need to add a Data Connection of the Folder type. Once you've created this you can use it to store and read qvd files.



Store Tablename into lib://QVD_Folder/tablename.qvd(qvd);



Hope this helps u...

Regards,

Mohammad.