<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: i want to export qlikview report to powerpoint in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278362#M1240590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for valuable reply,&lt;/P&gt;&lt;P&gt;i want to export objects in the document to PPT.&lt;/P&gt;&lt;P&gt;The Client Requirement is to use OCX for Qlikview to export.&lt;/P&gt;&lt;P&gt;But how to use the OCX control in Powerpoint?&lt;/P&gt;&lt;P&gt;Can u help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2011 10:18:41 GMT</pubDate>
    <dc:creator>udaya_kumar</dc:creator>
    <dc:date>2011-12-05T10:18:41Z</dc:date>
    <item>
      <title>i want to export qlikview report to powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278360#M1240585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to export the qlikview report to powerpoint (ppt or pptx) using OCX.&lt;/P&gt;&lt;P&gt;how to do this, can anyone help me out?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278360#M1240585</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: i want to export qlikview report to powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278361#M1240588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by report? A QlikView Defined Report or objects within a qlikview document?&lt;/P&gt;&lt;P&gt;If you want to embed QlikView Objects then go to powerpoint and insert object, you will find the QlikView OCX-Control in the list.&lt;/P&gt;&lt;P&gt;Then set your document and objects in the properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ocx.PNG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/9211_ocx.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a Powerpoint presentation from your QlikView Document this sample macro might do the trick for you.&lt;/P&gt;&lt;P&gt;Requires the IE Plugin or Desktop installed.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Sub ppt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'An array with the objects you want to export to powerpoint&lt;/P&gt;&lt;P&gt;Dim myArray(4)&lt;/P&gt;&lt;P&gt;myArray(0) = "CH64"&lt;/P&gt;&lt;P&gt;myArray(1) = "CH04"&lt;/P&gt;&lt;P&gt;myArray(2) = "CH65"&lt;/P&gt;&lt;P&gt;myArray(3) = "CH87"&lt;/P&gt;&lt;P&gt;myArray(4) = "CH68"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Create ppt object&lt;/P&gt;&lt;P&gt;Set objPPT = CreateObject("PowerPoint.Application")&lt;/P&gt;&lt;P&gt;objPPT.Visible = True&lt;/P&gt;&lt;P&gt;Set objPresentation = objPPT.Presentations.Add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Apply a template if you want one&lt;/P&gt;&lt;P&gt;objPresentation.ApplyTemplate _&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ("C:\mytemplate.potx")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'For each object in the array create a new slide and paste it. &lt;/P&gt;&lt;P&gt;For each item in myArray&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set PPSlide = objPresentation.Slides.Add(1,11)&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject(item).CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Clean up&lt;/P&gt;&lt;P&gt;Set PPSlide = Nothing&lt;/P&gt;&lt;P&gt;Set PPPres = Nothing&lt;/P&gt;&lt;P&gt;Set PPApp = Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 09:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278361#M1240588</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2011-12-05T09:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: i want to export qlikview report to powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278362#M1240590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for valuable reply,&lt;/P&gt;&lt;P&gt;i want to export objects in the document to PPT.&lt;/P&gt;&lt;P&gt;The Client Requirement is to use OCX for Qlikview to export.&lt;/P&gt;&lt;P&gt;But how to use the OCX control in Powerpoint?&lt;/P&gt;&lt;P&gt;Can u help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 10:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278362#M1240590</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2011-12-05T10:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: i want to export qlikview report to powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278363#M1240592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Uday,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; we can always copy image format of qlikview objects in powerpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i am not sure how to use OCX control in Powerpoint to copy object of Qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 08:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278363#M1240592</guid>
      <dc:creator />
      <dc:date>2011-12-07T08:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: i want to export qlikview report to powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278364#M1240594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found your macro quite interesting.&lt;/P&gt;&lt;P&gt;Can you help me with your macro code if (1) I want to export objects from different QV sheets and (2) if I want to put two objects in one slide but at different places.&lt;/P&gt;&lt;P&gt;Jean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278364#M1240594</guid>
      <dc:creator />
      <dc:date>2012-01-06T16:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: i want to export qlikview report to powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278365#M1240596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way I've found to do this is to use a third party product called NPrinting - it allows you to design, filter &amp;amp; schedule the distribution of reports in PowerPoint format (as well as Excel, Word and HTML). Check it out at www.nprinting.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 15:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278365#M1240596</guid>
      <dc:creator>AlexOmetis</dc:creator>
      <dc:date>2012-12-19T15:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: i want to export qlikview report to powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278366#M1240597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="yiv4952862056hps" id="yui_3_7_2_1_1375848331973_6316"&gt;I&lt;/SPAN&gt;&lt;SPAN id="yui_3_7_2_1_1375848331973_6228"&gt;'m&lt;/SPAN&gt; want make &lt;SPAN class="yiv4952862056hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps"&gt;slide&lt;/SPAN&gt; that &lt;SPAN class="yiv4952862056hps"&gt;inside&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps"&gt;a&lt;/SPAN&gt; Qlikview &lt;SPAN class="yiv4952862056hps"&gt;report&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps"&gt;called&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="yiv4952862056hps" id="yui_3_7_2_1_1375848331973_6229"&gt;In&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps" id="yui_3_7_2_1_1375848331973_6319"&gt;this&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps" id="yui_3_7_2_1_1375848331973_6327"&gt;example, both&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps" id="yui_3_7_2_1_1375848331973_6326"&gt;the&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps" id="yui_3_7_2_1_1375848331973_6325"&gt;attached&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps"&gt;example&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps"&gt;file should&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps"&gt;be&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps"&gt;together&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps"&gt;otherwise&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps"&gt;unresponsive&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="yiv4952862056hps"&gt;I&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps"&gt;am&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps" id="yui_3_7_2_1_1375848331973_6320"&gt;waiting for&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps" id="yui_3_7_2_1_1375848331973_6323"&gt;your&lt;/SPAN&gt; &lt;SPAN class="yiv4952862056hps" id="yui_3_7_2_1_1375848331973_6324"&gt;help&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 06:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278366#M1240597</guid>
      <dc:creator>fgolmahi</dc:creator>
      <dc:date>2013-08-07T06:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: i want to export qlikview report to powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278367#M1240598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;if you still search a pp macro send me email: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:wally_masur@safe-mail.net"&gt;wally_masur@safe-mail.net&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 18:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-report-to-powerpoint/m-p/278367#M1240598</guid>
      <dc:creator />
      <dc:date>2013-08-21T18:01:50Z</dc:date>
    </item>
  </channel>
</rss>

