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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jonnathanr
Contributor III
Contributor III

Error when exporting Qlikview to Ppt

When I export an image pro power point, it is being saved without the graphics load. What do I do?

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

Perhaps your code is exporting the charts before they are finished loading.

Maybe: Application.WaitForIdle  in the code before the export line?

View solution in original post

5 Replies
giakoum
Partner - Master II
Partner - Master II

not sure what you mean as it works for me.

do you export a QV object as image and then paste it in PowerPoint or...

Please clarify

jonnathanr
Contributor III
Contributor III
Author

Through a macro, I export my dashboard as an image for a presentation ppt

However, the perfect image is not saved.

The tables are correct, but the graphics do not appear

giakoum
Partner - Master II
Partner - Master II

it works manually. Can you post the QV document?

m_woolf
Master II
Master II

Perhaps your code is exporting the charts before they are finished loading.

Maybe: Application.WaitForIdle  in the code before the export line?

jonnathanr
Contributor III
Contributor III
Author

Perfect!

Problem solved

Thank you!