<?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: Need Help In  Qlikview Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226900#M852933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sasidhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for time on this issue.I have gone through&amp;nbsp; your document.Really nice one.&lt;/P&gt;&lt;P&gt;Really Appreciate your work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As It was urgent I adopted&amp;nbsp; Hector code and I have implemented on my original application.&lt;/P&gt;&lt;P&gt;It worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Mar 2017 12:24:54 GMT</pubDate>
    <dc:creator>tripatirao</dc:creator>
    <dc:date>2017-03-06T12:24:54Z</dc:date>
    <item>
      <title>Need Help In  Qlikview Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226892#M852925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to export charts into ppt for selecting each value in listbox but my requirement is i want more than one charts in single slide.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have attached sample&amp;nbsp; qlikview file along with macro and ppt which i am getting when running the macro.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have also attached&amp;nbsp; PPT which i want as output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please help me. I am trying to get this from past few days but i am not able to get the output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Tripati&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&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/Need-Help-In-Qlikview-Macro/m-p/1226892#M852925</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help In  Qlikview Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226893#M852926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Help............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tripati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 12:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226893#M852926</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2017-03-03T12:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help In  Qlikview Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226894#M852927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tripati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at this sentences:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; powerpoint.ActiveWindow.Selection.ShapeRange.Left = pos_x&lt;/P&gt;&lt;P&gt;&amp;nbsp; powerpoint.ActiveWindow.Selection.ShapeRange.Top&amp;nbsp; = pos_y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this sentences you can locate last object pasted exactly where you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you also need to resize the objects, smaller, in order they fit to the slide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach you a sample of PPT export (in spanish)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long live to macros!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 12:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226894#M852927</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-03-03T12:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help In  Qlikview Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226895#M852928</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 have tried with your code&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But not getting the desired output,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have the attached the qlikview file and ppt for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tripati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 13:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226895#M852928</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2017-03-03T13:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help In  Qlikview Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226896#M852929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look at the option of using a container.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-18195"&gt;Macro that combines two sheet objects and export as a single image.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 14:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226896#M852929</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-03-03T14:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help In  Qlikview Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226897#M852930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasidhar,&lt;/P&gt;&lt;P&gt;i have only one chart in my application and Same charts is exporting into ppt by looping through the value of listbox.&lt;/P&gt;&lt;P&gt;If 2 charts are there then I can use your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the macro in the attached QV file and suggest me where i have to change the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tripati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 14:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226897#M852930</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2017-03-03T14:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help In  Qlikview Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226898#M852931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at what I attach... I think is what you need... Regards !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 14:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226898#M852931</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-03-03T14:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help In  Qlikview Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226899#M852932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tripati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at my post.. I hope this is what you are expecting. If you are happy with the solution, please do not forget to close the thread by marking a correct and any helpful answers&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-18211"&gt;Loop through a dimension and export a chart into power point&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Mar 2017 18:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226899#M852932</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-03-05T18:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help In  Qlikview Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226900#M852933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sasidhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for time on this issue.I have gone through&amp;nbsp; your document.Really nice one.&lt;/P&gt;&lt;P&gt;Really Appreciate your work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As It was urgent I adopted&amp;nbsp; Hector code and I have implemented on my original application.&lt;/P&gt;&lt;P&gt;It worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 12:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-In-Qlikview-Macro/m-p/1226900#M852933</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2017-03-06T12:24:54Z</dc:date>
    </item>
  </channel>
</rss>

