<?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: export to excel not working in axis point in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464152#M568742</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have u done what i've posted?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2012 08:40:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-30T08:40:43Z</dc:date>
    <item>
      <title>export to excel not working in axis point</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464148#M568736</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;I have created a button and written a macro for exporting a table and chart to excel as per the requirement .It works properly in local system.But when I publish the report in axis&amp;nbsp; point I could not able to see the button&amp;nbsp; and export to excel feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using IE (internet explorer) for viewing the reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the macro which I have used for export to excel function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ExportBitmapExcel2&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Set XLApp = CreateObject("Excel.Application")&lt;BR /&gt;XLApp.Visible = TRUE&lt;BR /&gt;Set XLDoc = XLApp.Workbooks.Add&lt;/P&gt;&lt;P&gt;j = "Sheet1" &lt;/P&gt;&lt;P&gt; &lt;BR /&gt;ActiveDocument.GetSheetObject("CH02").CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(j).Range("A" &amp;amp; 17).Select&lt;BR /&gt;XLDoc.Sheets(j).Paste&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;ActiveDocument.GetSheetObject("CH638").CopyTableToClipboard true&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(j).Range("A" &amp;amp; 37).Select&lt;BR /&gt;XLDoc.Sheets(j).Paste&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ActiveDocument.GetSheetObject("CH652").CopyTableToClipboard true&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(j).Range("A" &amp;amp; 57).Select&lt;BR /&gt;XLDoc.Sheets(j).Paste&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me how to resolve the issue when I publish the report in the axis point .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 05:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464148#M568736</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2012-10-30T05:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel not working in axis point</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464149#M568739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help how to resolve the above issue .This is very urgent for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 08:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464149#M568739</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2012-10-30T08:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel not working in axis point</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464150#M568740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try :&lt;/P&gt;&lt;P&gt;go to ur macro and select on the left hand side in Requested module security &amp;amp; current local security &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select : system access &amp;amp; allow system access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it might work!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 08:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464150#M568740</guid>
      <dc:creator />
      <dc:date>2012-10-30T08:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel not working in axis point</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464151#M568741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error I am getting is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Macro parse failed .Functionality was lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AciveX component can't create object 'Excel.application'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me how to resolve the above error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 08:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464151#M568741</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2012-10-30T08:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel not working in axis point</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464152#M568742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have u done what i've posted?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 08:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464152#M568742</guid>
      <dc:creator />
      <dc:date>2012-10-30T08:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel not working in axis point</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464153#M568743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have made the changes mentioned above .But I am getting the above error in axis point. But it works proper in my local machine. Only when I distribute the application I am getting the above error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me how to resolve the above issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 08:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464153#M568743</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2012-10-30T08:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel not working in axis point</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464154#M568744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;open QV management console&lt;/P&gt;&lt;P&gt;go to system tab&lt;/P&gt;&lt;P&gt;expand qlikview servers in management service&lt;/P&gt;&lt;P&gt;click ur server name and go to Security tab on the right and check the option: Allow macro excecution on server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 09:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel-not-working-in-axis-point/m-p/464154#M568744</guid>
      <dc:creator />
      <dc:date>2012-10-30T09:09:50Z</dc:date>
    </item>
  </channel>
</rss>

