Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Unzip files on server

Dear Members,

I have to make a QlikView report from log messages.

My web application is deployed on Linux machine.It is generating log files.

I zipped these log files and sent to QlikView server. How to unzip these files in QlikView server?

Which command I will have to use for this requirement?

Thanks

1 Reply
Not applicable
Author

I'm guessing you mean unzipping your log files without just RDP'ing into your server, right?

You could probably try a command-line unzip program, like PKZIP:

Then, within a QV app, use a Launch action to run it: External > Launch > pkunzip.exe *.zip c:\QVLogs