<?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: Copy Chart from Accesspoint to Power Point slide in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108830#M897560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kuba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had enabled "copy to clipboard " option.But it is not enables on accesspoint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2016 02:26:45 GMT</pubDate>
    <dc:creator>prachisangewar</dc:creator>
    <dc:date>2016-08-03T02:26:45Z</dc:date>
    <item>
      <title>Copy Chart from Accesspoint to Power Point slide</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108826#M897556</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 am unable to copy charts from Qlikview Accesspoint&amp;nbsp; to ppt/excel/word doc.&lt;/P&gt;&lt;P&gt;Copy to Clipboard is enabled for all charts,but still its not getting pasted.&lt;/P&gt;&lt;P&gt;I've even tried ctrl+shift -&amp;gt; right click -&amp;gt; Copy Image; by this method I can only copy the chart on paint but if I try the same with ppt or excel,I get a pop-up window asking for Qlikview credentials.After keying in the Credentials there is no action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest if any solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108826#M897556</guid>
      <dc:creator>prachisangewar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Chart from Accesspoint to Power Point slide</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108827#M897557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prachi, you can do this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you can use macro to Export your Images into PowerPoint&lt;/P&gt;&lt;P&gt;if you need this macros. let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 10:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108827#M897557</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-08-02T10:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Chart from Accesspoint to Power Point slide</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108828#M897558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prachi, try this macro, i use myself this macro whithin Access Point into PowerPoint, and it does work well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportPPT&lt;BR /&gt; Set objPPT = CreateObject("PowerPoint.Application")&lt;BR /&gt; objPPT.Visible = True&lt;BR /&gt; Set objPresentation = objPPT.Presentations.Add&lt;BR /&gt; Set PPSlide = objPresentation.Slides.Add(1,11)&lt;BR /&gt; &lt;BR /&gt; set up = ActiveDocument.GetApplication.GetUserPreferences &lt;BR /&gt; up.ChartUseCapNBorder = True&lt;BR /&gt; ActiveDocument.GetApplication.SetUserPreferences up&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; with objPresentation.Slides(1).Shapes(1)&lt;BR /&gt; .TextFrame.TextRange = "to powerpoint from access_point"&lt;BR /&gt; .Left = 100&lt;BR /&gt; .top = 15&lt;BR /&gt; .width=600&lt;BR /&gt; .height=20&lt;BR /&gt; end with &lt;BR /&gt; &lt;BR /&gt; ActiveDocument.Sheets("YourIDofSheet").Activate &lt;BR /&gt; &lt;BR /&gt; ActiveDocument.GetSheetObject("YourIDofObject").CopyBitmapToClipboard&lt;BR /&gt; with objPresentation.Slides(1).Shapes.PasteSpecial(PasteHTML)&lt;BR /&gt; .Left = 100&lt;BR /&gt; .top = 45&lt;BR /&gt; .width=100&lt;BR /&gt; .height=150&lt;BR /&gt; end with &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; Set PPSlide = Nothing&lt;BR /&gt; Set PPPres = Nothing&lt;BR /&gt; &lt;BR /&gt; End sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope. that can contribute to solve / to improve your issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 13:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108828#M897558</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-08-02T13:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Chart from Accesspoint to Power Point slide</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108829#M897559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prachi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try simply adding "Copy Image to Clipboard" option to caption bar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart Properties -&amp;gt; Caption -&amp;gt; Copy Image to Clipboard:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133387_1.png" style="height: 553px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will add new button, which after clicking automatically copies chart image to your clipboard:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 08-02-16 at 08.42 PM.PNG" class="jive-image image-2" src="/legacyfs/online/133388_Screen Shot 08-02-16 at 08.42 PM.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Kuba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 18:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108829#M897559</guid>
      <dc:creator />
      <dc:date>2016-08-02T18:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Chart from Accesspoint to Power Point slide</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108830#M897560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kuba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had enabled "copy to clipboard " option.But it is not enables on accesspoint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 02:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108830#M897560</guid>
      <dc:creator>prachisangewar</dc:creator>
      <dc:date>2016-08-03T02:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Chart from Accesspoint to Power Point slide</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108831#M897561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Beck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks for the Macro.But I think it will not work with ajax.&lt;/P&gt;&lt;P&gt;Any other work around for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 02:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108831#M897561</guid>
      <dc:creator>prachisangewar</dc:creator>
      <dc:date>2016-08-03T02:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Chart from Accesspoint to Power Point slide</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108832#M897562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prachi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you test this macro with Ajax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 08:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108832#M897562</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-08-03T08:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Chart from Accesspoint to Power Point slide</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108833#M897563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Beck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Macro is not working with Ajax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 02:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108833#M897563</guid>
      <dc:creator>prachisangewar</dc:creator>
      <dc:date>2016-08-04T02:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Chart from Accesspoint to Power Point slide</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108834#M897564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/85436"&gt;Macro and Hyperlink not working in Ajax&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/37735"&gt;Macro on AJAX or IE Plugin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 07:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108834#M897564</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-08-04T07:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Chart from Accesspoint to Power Point slide</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108835#M897565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about:&lt;/P&gt;&lt;P&gt;- enabling Print option, and simply saving image generated this way&lt;/P&gt;&lt;P&gt;- Clicking &lt;STRONG&gt;Ctrl+Shift+Right mouse button&lt;/STRONG&gt; on image area, then choosing save image as&lt;/P&gt;&lt;P&gt;- Using Sniping tool &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Kuba;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 16:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-Chart-from-Accesspoint-to-Power-Point-slide/m-p/1108835#M897565</guid>
      <dc:creator />
      <dc:date>2016-08-04T16:53:56Z</dc:date>
    </item>
  </channel>
</rss>

