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

Automatic exporting data

Hello,

I would like to export data while executing QV in the night.

That meanse the data in the different views is refreshed and after refreshing I would like to export the data of a specific view.

How to handle this.

Thanks in advance.

Kind regards,

greinier

2 Replies
Not applicable
Author

Hi,

You can write a macro to export the particular chart or object and you can execute the macro on "on post reload" event.

ActiveDocument.GetSheetObject("Your Object").ExportEx "Your Path", 4

Thanks & Best Regards,

Kuldeep Tak

Anonymous
Not applicable
Author

Hello Kuldeep,

Thanks for your answer. But executing the macro is not clear for me. I mean this part of your solution "execute the macro on "on post reload" event"

Maybe you can help me further.

Thanks in advance.

Kind regards,

greinier