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

how to build a QVD maker?( details if possible)

Hi experts,

i working on a qlik view project and i want to build a QVD maker to transform my CSV files into QVD  and to send it automatically into the folder , how do i do ?

Please  don't hesitate to give me example or files (QVW)

Thank you

Regards

Ali

1 Solution

Accepted Solutions
its_anandrjs

Write this way

Ex:-

SalesTable:

Load

*

From Source;

Store SalesTable into D:\QvdData\Yourfoldername\SalesTable.qvd;

View solution in original post

3 Replies
Anonymous
Not applicable

first load your csv

at the end write this : store table_name into (path)/qvd_name.qvd;

its_anandrjs

Write this way

Ex:-

SalesTable:

Load

*

From Source;

Store SalesTable into D:\QvdData\Yourfoldername\SalesTable.qvd;

bouderbc
Creator
Creator
Author

Hi Kuwlant,

do i need to create a QVD appart before to store it automatically with the script ?