<?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: Send to excel error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Send-to-excel-error/m-p/374944#M1173967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A couple of general things to look for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are you using a calculated dimension? These can be performance killers.&lt;/LI&gt;&lt;LI&gt;Are all the fields used in the dimensions and expressions in the chart in the same table? In large data sets, spanning across too many tables can result in out of memory errors. Even more so if the tables are nt asscoiated (island or orphan tables).&lt;/LI&gt;&lt;LI&gt;Are you using Sum(If...)) expressions? As long as the If condition can be evaluated outside, set expressions will perform far better.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you post your dimensions/expressions (or your model if its not too large), we could be more specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Jul 2012 13:36:04 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2012-07-01T13:36:04Z</dc:date>
    <item>
      <title>Send to excel error</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-excel-error/m-p/374940#M1173963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have an issue which needs your kind attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table, has almost 555,000 records. This chart is eating up 334MB space. And when user tries to download it bysending it to excel or export it the application hangs. Also tried by reducing the number of records by making some selections. Still no help. Is there a way to allocate more memory for the chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did anybody come accross such an issue. Please give me your solutions or valuable suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 19:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-excel-error/m-p/374940#M1173963</guid>
      <dc:creator />
      <dc:date>2012-06-29T19:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Send to excel error</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-excel-error/m-p/374941#M1173964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If ur user using excel-2003 version it has only limit of 65,536 rows by 256 columns, for 2007 1,048,576 rows by 16,384 columns. I think 334MB is huge size. So check it and try to reduce the number of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khadeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2012 06:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-excel-error/m-p/374941#M1173964</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2012-06-30T06:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Send to excel error</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-excel-error/m-p/374942#M1173965</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;May I ask why you need to export 555,000 rows / 334MB to Excel. This is simply too much data for a straight export from the front end. I don't foresee many practical uses for Excel files that big (life is too short &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; to wait while Excel loads/recalcs etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need a bulk transfer, use STORE in the load script into a csv file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, let the user reduce the number of records by making whatever selections and then allow the export, You can use conditional calculation to suppress the calculation of the table until the selections reduce the data to (say) 10,000 records or less. Also reduce the number of fields in the table, if necessary by splitting into 2 or more tables. If you are doing the export in a macro fired by a button, conditionally enable the button as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expressions for the conditional calc/enable depand on your data model. For example, if you have a transaction ID, then you could use something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Count(Distinct TransID) &amp;lt; 10000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2012 10:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-excel-error/m-p/374942#M1173965</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-06-30T10:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Send to excel error</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-excel-error/m-p/374943#M1173966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan &amp;amp; Khadeer,&lt;/P&gt;&lt;P&gt;Thank you guys for your prompt response. I learnt this trivial things and did apply them as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now where my question stand is even though I reduce the number of records to some 28000 rows still I am having the similar issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are no synthetic keys, only two expressions in the chart that too a sum function, no set analysis nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2012 17:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-excel-error/m-p/374943#M1173966</guid>
      <dc:creator />
      <dc:date>2012-06-30T17:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Send to excel error</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-excel-error/m-p/374944#M1173967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A couple of general things to look for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are you using a calculated dimension? These can be performance killers.&lt;/LI&gt;&lt;LI&gt;Are all the fields used in the dimensions and expressions in the chart in the same table? In large data sets, spanning across too many tables can result in out of memory errors. Even more so if the tables are nt asscoiated (island or orphan tables).&lt;/LI&gt;&lt;LI&gt;Are you using Sum(If...)) expressions? As long as the If condition can be evaluated outside, set expressions will perform far better.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you post your dimensions/expressions (or your model if its not too large), we could be more specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2012 13:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-excel-error/m-p/374944#M1173967</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-07-01T13:36:04Z</dc:date>
    </item>
  </channel>
</rss>

