Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
posamna6
Contributor
Contributor

How to create and use QVD in Qliksense

Hi,

Please provide a step-by-step process of creating/connecting a QVD in QlikSense and importing the QVD file into the Apps.

Also how to use the QVD's as reusable components for various apps or sheets.

How to perform incremental refresh using QVD's

 

 

Labels (1)
  • SaaS

1 Reply
Taoufiq_Zarra

@posamna6  to store on qvd from file you can use :

 

 

//load data into mytable
mytable:

LOAD ....
FROM
your file ...

//Store 
Store mytable into xyz.qvd (qvd);

 

 

 

you can update qvd file like other file type

or you can use an incremental load , see this article :

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/QVD_Incremental...

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉