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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
jonnathanr
Contributor III
Contributor III

Export Qlikview to powerpoint

Hello

I need to create a presentation (power point) with the data from my dashboard (QlikView). On triggers, I can create a macro to export each selection I make.

Can someone provide me a macro to do this?

I got one, but exports image. This does not suit me. Accurate data collection work, as if in QlikView

Thanks

Jonnathan

2 Replies
Siva_Sankar
Master II
Master II

This code will open an existing PPT file and get an object for slide1. Use the same code for exporting tables to new ppts to export to this existing ppt.  Set PPApp = CreateObject("Powerpoint.Application") PPApp.Visible = True Set PPPres = PPApp.Presentations.Open("YourPPTPathandFile.potx") Set PPSlide = PPPres.Slides(1)

jonnathanr
Contributor III
Contributor III
Author

is possible to create a macro to automate the process of exporting my dashboard QlikView for powerpoint?

that runs every morning automatic and override the presentation the day before ...