<?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 Exccel issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-to-Exccel-issue/m-p/591743#M1110462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will suggest you to create a export button for your straight table or pivot table through a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportExcel1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vFile = ActiveDocument.Variables("vInput1").GetContent.String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'XLDoc.SaveAs "c:\Qlikview\Claro"&amp;amp; vFile &amp;amp;".xls"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("Give youe cahrt object ID here")&lt;/P&gt;&lt;P&gt;obj.ExportEx "Give path where you want to see the export result\"&amp;amp; vFile &amp;amp;".xls",5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here create a variable by the name of vInput1 and give it value =test (the output of export to the given location will be test.xls)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 05:08:47 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2014-03-19T05:08:47Z</dc:date>
    <item>
      <title>Export to Exccel issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Exccel-issue/m-p/591740#M1110457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some times I am facing issue with Export to excel option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; No response even we&amp;nbsp; export, send to excel or&lt;BR /&gt;clicking the excel icon on straight table or pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help on this daily I am facing this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 04:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Exccel-issue/m-p/591740#M1110457</guid>
      <dc:creator>svsudhakar</dc:creator>
      <dc:date>2014-03-19T04:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Exccel issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Exccel-issue/m-p/591741#M1110459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might be due to some connecton problem or probably the data you are trying to export is beyong limits of Ecxel file ie, appr of 65000 rows.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at this side also...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 05:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Exccel-issue/m-p/591741#M1110459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-19T05:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Exccel issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Exccel-issue/m-p/591742#M1110461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to export below 2k records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is different users are facing this issue with different times.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 05:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Exccel-issue/m-p/591742#M1110461</guid>
      <dc:creator>svsudhakar</dc:creator>
      <dc:date>2014-03-19T05:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Exccel issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Exccel-issue/m-p/591743#M1110462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will suggest you to create a export button for your straight table or pivot table through a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportExcel1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vFile = ActiveDocument.Variables("vInput1").GetContent.String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'XLDoc.SaveAs "c:\Qlikview\Claro"&amp;amp; vFile &amp;amp;".xls"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("Give youe cahrt object ID here")&lt;/P&gt;&lt;P&gt;obj.ExportEx "Give path where you want to see the export result\"&amp;amp; vFile &amp;amp;".xls",5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here create a variable by the name of vInput1 and give it value =test (the output of export to the given location will be test.xls)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 05:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Exccel-issue/m-p/591743#M1110462</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-03-19T05:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Exccel issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Exccel-issue/m-p/591744#M1110463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestion AS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already dashboard is in live, if I create the macros through button again I have to give training to all users.&lt;/P&gt;&lt;P&gt;its difficult to manage. please suggest the any alternate solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;SVS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 05:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Exccel-issue/m-p/591744#M1110463</guid>
      <dc:creator>svsudhakar</dc:creator>
      <dc:date>2014-03-19T05:23:45Z</dc:date>
    </item>
  </channel>
</rss>

