Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
editszikra
Contributor
Contributor

Quality issues with exporting charts to PPT

Dear Community Members,

I am wondering if anyone has experience with the following...

I need to export a large number of charts to a PowerPoint presentation from Qlikview, so I created some macros to help me.

The codes I used are based on the following instructions :

ActiveDocument.GetSheetObject("CH01").CopyBitmapToClipboard
  with objPresentation.Slides(GAPPage(I)).Shapes.PasteSpecial(PasteBitmap)
.Left = 10
.top = 40
.width=100
.height=150
end with

The macros work fine, the only issue I have is that when I look at the PPT created on screen, the charts look blurry (not very professional); the quality improves when I shift to  slide show though. When the PPT is printed, it is slightly better, but still not perfect.

Any experience or suggestion on this would be appreciated.

many thanks

Edit

0 Replies