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: 
Not applicable

Zipping Files

Is it possible to zip all the files present in a folder and move it to some other location?

3 Replies
Anonymous
Not applicable
Author

Hi Asma

Are you talking about Qlikview if yes then can be done through macro

Regards

Harsha

Not applicable
Author

Yes through qlikview.. Do you have any idea about how to implement it?

Peter_Cammaert
Partner - Champion III
Partner - Champion III

In load script using the EXECUTE; statement. You'll probably need a few of them if you want to move the archives as well. In the UI you could program a macro, but macros may not work in a QlikView Server environment.

Many archiving programs do exist in a commandline-version as well. Use one of those to turn this into a real blackbox operation.

Best,

Peter