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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Store tables in .zip

Hello,

I want to store a table into .zip, because i'm sharing it in a FTP service. Is it possible?

Thanks!!!

1 Solution

Accepted Solutions
whiteline
Master II
Master II

The same way as you can execute it with cmd (windows command line).

For example for winrar:

execute c:\program files\winrar\rar a arhivename.rar qvdname.qvd;

http://community.qlik.com/message/154885#154885

http://community.qlik.com/message/50586#50586

View solution in original post

3 Replies
whiteline
Master II
Master II

I guess you can.

For example with 'execute' statement you can run external zip-archiver after storing a file to make an archive for you.

Anonymous
Not applicable
Author

and how can I execute a specific program (i.e. 7zip) to compress the table that I want to?

whiteline
Master II
Master II

The same way as you can execute it with cmd (windows command line).

For example for winrar:

execute c:\program files\winrar\rar a arhivename.rar qvdname.qvd;

http://community.qlik.com/message/154885#154885

http://community.qlik.com/message/50586#50586