Skip to main content
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
Master III
Master III

its_anandrjs

Hi

Here is the example for this

CountryTab:

Load Statements;

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

Regards,

Anand

jagan
Luminary Alumni
Luminary Alumni

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.