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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QVD Generator

I want to know what are steps for "QVD GENERATOR"??

Labels (1)
2 Replies
shree909
Partner - Specialist II
Partner - Specialist II

HI,

for qvd generation first u need to connect to data sources like flat files, or datasources and then import the tables into the  edit scrip

1) u need to name the table

if u want to do aggreations u can write similar to sql

2) after from u need to write a  statement for generating qvd

(store tableName into path .qvd(qvd) ;

3)then u need to drop the table

4) then u need to reload the application

after reloading go to the path and u will the avd for the specific files

..

hope it helps

Anonymous
Not applicable
Author

In its most simple form, a QVD generator would load a table from a database, and then store it as a QVD file using the STORE table INTO table.qvd; command.

Then if you want to get tricky you can look at incremental loading (script examples here: http://community.qlik.com/docs/DOC-1870)