<?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 Open chart as an image in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Open-chart-as-an-image/m-p/690058#M1081496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi people, i would like to know if there is a way to export a chart into an image, but i dont want to export to a folder only open in paint or power point or another picture viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could be using macro or something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i attached an example , i have to export to excel(i done it) and i have to export a chart as jpg or png or another format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2014 13:45:16 GMT</pubDate>
    <dc:creator>fkeuroglian</dc:creator>
    <dc:date>2014-07-01T13:45:16Z</dc:date>
    <item>
      <title>Open chart as an image</title>
      <link>https://community.qlik.com/t5/QlikView/Open-chart-as-an-image/m-p/690058#M1081496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi people, i would like to know if there is a way to export a chart into an image, but i dont want to export to a folder only open in paint or power point or another picture viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could be using macro or something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i attached an example , i have to export to excel(i done it) and i have to export a chart as jpg or png or another format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 13:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-chart-as-an-image/m-p/690058#M1081496</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-07-01T13:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Open chart as an image</title>
      <link>https://community.qlik.com/t5/QlikView/Open-chart-as-an-image/m-p/690059#M1081497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sub PrintCurrentSheet&lt;/P&gt;&lt;P&gt;Set objWord = CreateObject("Word.Application")&lt;/P&gt;&lt;P&gt;objWord.Visible = True&lt;/P&gt;&lt;P&gt;Set objDoc = objWord.Documents.Add&lt;/P&gt;&lt;P&gt;Const wdOrientLandscape = 1&lt;/P&gt;&lt;P&gt;objDoc.PageSetup.Orientation = wdOrientLandscape&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH01").CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;objWord.Selection.Paste&lt;/P&gt;&lt;P&gt;'Const wdAlignParagraphCenter = 1&lt;/P&gt;&lt;P&gt;'objDoc.Paragraphs(1).Alignment = wdAlignParagraphCenter&lt;/P&gt;&lt;P&gt;'objDoc.PrintOut()&lt;/P&gt;&lt;P&gt;'DO WHILE objWord.BackgroundPrintingStatus &amp;gt; 0&lt;/P&gt;&lt;P&gt;'LOOP&lt;/P&gt;&lt;P&gt;'objWord.Quit wdDoNotSaveChanges&lt;/P&gt;&lt;P&gt;'Set objWord = Nothing&lt;/P&gt;&lt;P&gt;'Set objDoc = Nothing&lt;/P&gt;&lt;P&gt;END SUB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 14:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-chart-as-an-image/m-p/690059#M1081497</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-01T14:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Open chart as an image</title>
      <link>https://community.qlik.com/t5/QlikView/Open-chart-as-an-image/m-p/690060#M1081498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you tresesco,&amp;nbsp; but works ok in desktop mode but not in full browser ajax could be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way to export behind the acces point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 14:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-chart-as-an-image/m-p/690060#M1081498</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-07-01T14:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Open chart as an image</title>
      <link>https://community.qlik.com/t5/QlikView/Open-chart-as-an-image/m-p/690061#M1081499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately macros won't work on ajax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 04:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-chart-as-an-image/m-p/690061#M1081499</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-02T04:20:41Z</dc:date>
    </item>
  </channel>
</rss>

