<?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. :Create a button to export chart to excel in AJAX in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199849#M1322708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have actually the same problem.&lt;/P&gt;&lt;P&gt;Did you find a solution ?&lt;/P&gt;&lt;P&gt;Kindly,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2011 15:30:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-22T15:30:40Z</dc:date>
    <item>
      <title>Create a button to export chart to excel in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199847#M1322704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How do I replicate the behaviour of the XL button top right hand corner of a chart object into a nice big button that the users cannot miss? The app will have to be public web facing and AJAX so I would imagine I would be limited with Macros. I can print via actions but not export to excel, very frustrating?&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;Jane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199847#M1322704</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Create a button to export chart to excel in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199848#M1322706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know this too! Insight would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 14:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199848#M1322706</guid>
      <dc:creator />
      <dc:date>2010-06-10T14:54:57Z</dc:date>
    </item>
    <item>
      <title>Re. :Create a button to export chart to excel in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199849#M1322708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have actually the same problem.&lt;/P&gt;&lt;P&gt;Did you find a solution ?&lt;/P&gt;&lt;P&gt;Kindly,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 15:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199849#M1322708</guid>
      <dc:creator />
      <dc:date>2011-03-22T15:30:40Z</dc:date>
    </item>
    <item>
      <title>Re. :Create a button to export chart to excel in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199850#M1322709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, no solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jane [:'(]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 16:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199850#M1322709</guid>
      <dc:creator />
      <dc:date>2011-03-22T16:02:30Z</dc:date>
    </item>
    <item>
      <title>Re. :Create a button to export chart to excel in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199851#M1322710</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;sub SendToExcel(UID)&lt;/P&gt;&lt;P&gt;set obj=ActiveDocument.getSheetObject(UID)&lt;/P&gt;&lt;P&gt;obj.SendToExcel&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;where UID is the ID of the Object you want to ewport to Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;HD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 17:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199851#M1322710</guid>
      <dc:creator />
      <dc:date>2011-03-29T17:03:06Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Create a button to export chart to excel in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199852#M1322711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hannen,&lt;/P&gt;&lt;P&gt;your solution only works if using IE Pluggin, but not with Ajax.&lt;/P&gt;&lt;P&gt;Thank you anyway ;-))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 07:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199852#M1322711</guid>
      <dc:creator />
      <dc:date>2011-03-30T07:03:03Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Create a button to export chart to excel in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199853#M1322712</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;Within the button action items you can chose to either save to a clipboard and then paste into Excel, or save to a csv file which could be opened in Excel ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not 100% sure about using that with the Ajax version, but it's not using a macro so hopefully should be ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 13:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199853#M1322712</guid>
      <dc:creator />
      <dc:date>2011-08-23T13:33:25Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Create a button to export chart to excel in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199854#M1322713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone find a solution to this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 19:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199854#M1322713</guid>
      <dc:creator />
      <dc:date>2011-11-14T19:33:55Z</dc:date>
    </item>
    <item>
      <title>Re. :Create a button to export chart to excel in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199855#M1322714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have the same requiremnent , so if anyone has a solution to this problem i would very much appreciate if you could share it with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 16:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-button-to-export-chart-to-excel-in-AJAX/m-p/199855#M1322714</guid>
      <dc:creator />
      <dc:date>2011-11-17T16:21:33Z</dc:date>
    </item>
  </channel>
</rss>

