<?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: Excel Export Issues. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-Export-Issues/m-p/778252#M1046924</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;Could I ask why on earth the user would want a spreadsheet with so many rows (even if it were possible, given the 1m row limit in Excel)?? If this is for import into a database or other analysis tool, then export to a csv file, which has no row limit. I would also do that during the reload, rather than from the desktop client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 12:02:45 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2014-11-19T12:02:45Z</dc:date>
    <item>
      <title>Excel Export Issues.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Export-Issues/m-p/778249#M1046921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an ad-hoc chart which has rows of about 61,60,790 rows for a particular month. the user wants it to get exported in to a spreadsheet. we are facing a problem here. it takes more than 2 to 3 hours when we click on Export icon and after that it displays a message saying file cannot be loaded completely. we are performing this activity from server(Desktop).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest us on what can be done to capture all the records in the spreadsheet within shortest possible time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jyothi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 11:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Export-Issues/m-p/778249#M1046921</guid>
      <dc:creator />
      <dc:date>2014-11-19T11:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export Issues.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Export-Issues/m-p/778250#M1046922</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;This is how it works for such records.&lt;/P&gt;&lt;P&gt;Try by increasing ram and CPU indeed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or may be optimizing macro can help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14163979497485929" jivemacro_uid="_14163979497485929" modifiedtitle="true"&gt;
&lt;P&gt;function exportTable&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;
&lt;P&gt;&amp;nbsp; obj.SendToExcel&lt;/P&gt;
&lt;P&gt; &lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;end function&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this and let me know if that help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 11:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Export-Issues/m-p/778250#M1046922</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-19T11:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export Issues.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Export-Issues/m-p/778251#M1046923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ashfaq,&lt;/P&gt;&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;Could you please explain a bit? how am i supposed to use this macro? does this macro has impact on all the excel exports?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 12:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Export-Issues/m-p/778251#M1046923</guid>
      <dc:creator />
      <dc:date>2014-11-19T12:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export Issues.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Export-Issues/m-p/778252#M1046924</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;Could I ask why on earth the user would want a spreadsheet with so many rows (even if it were possible, given the 1m row limit in Excel)?? If this is for import into a database or other analysis tool, then export to a csv file, which has no row limit. I would also do that during the reload, rather than from the desktop client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 12:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Export-Issues/m-p/778252#M1046924</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-11-19T12:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export Issues.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Export-Issues/m-p/778253#M1046925</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 just gave a sample you can try by replacing your Excel export macro with this one and monitor if there are any improvements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with one report and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 12:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Export-Issues/m-p/778253#M1046925</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-19T12:03:29Z</dc:date>
    </item>
  </channel>
</rss>

