<?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: Exporting overlapping charts using macro in QV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exporting-overlapping-charts-using-macro-in-QV/m-p/1447127#M433555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I exported the images into a ppt. then in ppt I have realigned the images and converted the ppt as a jpg.Your perspective was helpful and though I followed a different approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2017 07:08:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-07T07:08:08Z</dc:date>
    <item>
      <title>Exporting overlapping charts using macro in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-overlapping-charts-using-macro-in-QV/m-p/1447123#M433551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a chart that is prepared by overlapping 2 different charts as one of the axis is hidden. for the user it appears as a single chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a way to export this as a single object. I have created macros in the past but they are exported using chart ids. has anyone come across a similar situation earlier?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached chart that user sees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total Open -uses a different X axis that is hidden behind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 11:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-overlapping-charts-using-macro-in-QV/m-p/1447123#M433551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-13T11:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting overlapping charts using macro in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-overlapping-charts-using-macro-in-QV/m-p/1447124#M433552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it couldn't be done directly. By exporting them into xls/ppt you could use two exports and overlap them there like in qlikview. Another way might be to place (maybe additionally) on a separate sheet or within a report and to it as PDF - I remember to have read anywhere that earlier some PDF printer could be also print the content in a graphic-fileformat, maybe it's an alternatively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 14:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-overlapping-charts-using-macro-in-QV/m-p/1447124#M433552</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-10-13T14:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting overlapping charts using macro in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-overlapping-charts-using-macro-in-QV/m-p/1447125#M433553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..I think I will need to use 2 exports like in xls/ppt then overlap it and then again convert it into pdf..thanks for your suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 06:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-overlapping-charts-using-macro-in-QV/m-p/1447125#M433553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-16T06:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting overlapping charts using macro in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-overlapping-charts-using-macro-in-QV/m-p/1447126#M433554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you exporting the objects to Excel ?&amp;nbsp; If so then keep the object paste in the same cell and try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activedoument.getsheetboject("CH01").copytocilpboard&amp;nbsp;&amp;nbsp; // Your main object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Objexcel.Rage("A1").select paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activedoument.getsheetboject("CH02").copytocilpboard&amp;nbsp; // Your hidden object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Objexcel.Rage("A1").select paste&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 11:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-overlapping-charts-using-macro-in-QV/m-p/1447126#M433554</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2017-10-16T11:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting overlapping charts using macro in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-overlapping-charts-using-macro-in-QV/m-p/1447127#M433555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I exported the images into a ppt. then in ppt I have realigned the images and converted the ppt as a jpg.Your perspective was helpful and though I followed a different approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 07:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-overlapping-charts-using-macro-in-QV/m-p/1447127#M433555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T07:08:08Z</dc:date>
    </item>
  </channel>
</rss>

