Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear experts,
How can i create QVD files and QVS files.
Regards,
Priyantha.
QVD is a data file that can be created as output form QlikView or Qlik Sense. Use the STORE command in script to write a QVD file. Please see manual for more details.
QVS is a plain text file with QVS as file extension. This is used to contain Qlik scripts, which then typically are included in Qlik Script editor with the $(include) or $(must_include) statements. Please see manual for details on how to use the includes.
QVD Creation:
LOAD *.......;
STORE TableName into QVDFileName.qvd(qvd);
Thanks
Satish
THANKS.
THANKS
THANKS.........!!!