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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

automate loading from database

Hi All,

how to load data from qvw automatically into anoter qvw.

Thanks.

4 Replies
Frank_Hartmann
Master II
Master II

Search for :

Binary Load

hope this helps!

Anil_Babu_Samineni

Are you talking about local client or publisher

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
el_aprendiz111
Specialist
Specialist

Hi,

1 example

Set QVD = ..\QVD\;//folder_1

Set QVDStage = ..\QVDStage\;//folder 2

Set vTableStage = 'My_Table';

$(vTable):

LOAD

A,

B,

C

FROM

[$(QVDStage)$(vTableStage).qvd](qvd);

Not applicable
Author

publisher