Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
sirivikram1506
Contributor III
Contributor III

qvd in qliksense

Hi all ,

can any one explain about use of qvd in qliksense

10 Replies
rittermd
Master
Master

A QVD is a file format created by Qlik that is very efficient in size and indexing.  So processing a QVD in an app will be much more efficient than process the raw data.

Creating a QVD is usually a 2 step process.  Step 1 you extract the data from the source and store that in a QVD.  Step 2 is you read in this QVD and do all of your transformation of the data.  It is better to do as much of this outside of the app as you can.

Then you build your app with the Transformed QVD as your data source.

I'm sure there is a lot more detailed information on this site and on YouTube about this.

sirivikram1506
Contributor III
Contributor III
Author

Thanks mark,

but in qliksense cloud business , how do i create the qvd file , can you pls explain me .

arvind_patil
Partner - Specialist III
Partner - Specialist III

HI  Vikram,

You can create Qvd Like below:

Store <Table Name> into [<LIB Path>.qvd];



Thanks,

Arvind Patil

karthikoffi27se
Creator III
Creator III

Hi Vikram,

Even in QlikSense Cloud business, we will still create a QVD file in the local server and then fetch on Cloud.

Please refer this for more info about cloud

https://www.quickintelligence.co.uk/qlik-sense-cloud-plus/

Many Thanks

Karthik

sirivikram1506
Contributor III
Contributor III
Author

Hi Aravind,

How do i create Lib Path in qliksense cloud Business

arvind_patil
Partner - Specialist III
Partner - Specialist III

HI VIkram,

Data Connection-> Folders-> Select Folder(Given Name to Lib Path)

i hope you get idea of it.

Thanks,

Arvind Patil

sirivikram1506
Contributor III
Contributor III
Author

But in qliksense cloud business , folder option is not showing in data conecters,

arvind_patil
Partner - Specialist III
Partner - Specialist III

Go to Edit Script:->

conn.png

Thanks,

Avind Patil

sirivikram1506
Contributor III
Contributor III
Author

Hi Aravind Thanks,

But in Create New Conncetion There is no Folder option

thanks ,

Vikram