Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Automatically daily export to excel

I've written a macro in qlikview in order to export to excel.

Now How could I automatically export to excel and not manually execute the macro ?

5 Replies
PrashantSangle

Hi,

Check NPrinting tool

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
amit_saini
Master III
Master III

Hi,

I believe without macro not possible and yes as suggested by max , for these kinds of requirements "N-Printing" is the best option.

What is N-Printing

Thanks,

AS

ajaykumar1
Creator III
Creator III

Hi,

If in case your macro code working properly; to automate this process we need to follow below steps.

1. Need to create the batch file like ;

"C:\Program Files\QlikView\Qv.exe"  NoSecurity "F:\XXXXX.qvw"

2. create the windows schedular task by calling the above created batch file.

I hope it will work.

Regards,

Ajay

avinashelite

I would suggest to go with the NPrinting tool , check this thread for the complete information

QlikView NPrinting 16 Tutorials by Subject

trdandamudi
Master II
Master II

Create a batch file and then use windows scheduler to run it automatically.