Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to know what are steps for "QVD GENERATOR"??
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
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)