Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue While Exporting to Power Point

Hi All,

  We are using Qlikview for our Project Purpose,But while data exporting to PowerPoint, Image size is too small, but in my colleagues

systems it is working fine. we installed qlikiview Plugin setup also,Please help me out on this issue.PFA

Thanks

5 Replies
petter
Partner - Champion III
Partner - Champion III

Could you explain exactly what kind of export mechanism you are using? Is it a "Copy to Clipbard" or en "Export". Is it from the QlikView Plugin or QlikView WebView/Browse?

Not applicable
Author

Thanks Petter. We are exporting from Qlikview accesspoint url (using IE browser and plugin).

We have Export button in the report and the associated macro essentially uses the below code for exporting.

ActiveDocument.GetSheetObject("CH127").CopyBitmapToClipboard

PPSlide.Shapes.PasteSpecial(3)  

MS powerpoint version is 2013.

Thanks

sagarkharpude
Creator III
Creator III

Can you try PPSlide.Shapes.Paste() instead of PPSlide.Shapes.PasteSpecial(3) .  

Not applicable
Author

Hi Sagar,

We earlier had paste().But to make the export compatible to both MPP version 2010 and 2013, we changed the code to pastespecial(). In fact we tested for both version in few machines and it works. Only in a new desktop , we are facing this issue. Can it be related to any software issue in the desktop.

Thanks

petter
Partner - Champion III
Partner - Champion III

How is the resolution set for the screen on this particular machine compared to the older ones? With newer high-resolution screens the DPI-settings might be set differently and also Windows "Scaling" that both might affect how images are rendered to the Clipboard.