<?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: Error Out of calculation memory in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301666#M3671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even if the object could display so much records the export of the data would be take a very long time - probably more as practically and I assume there would be other issues too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I think you should create a specialized load for it which stored these data into txt-file and send it to the client or give him access to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 May 2017 15:02:11 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2017-05-19T15:02:11Z</dc:date>
    <item>
      <title>Error Out of calculation memory</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301658#M3663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All please help me on this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an app with QVD file as data source, My QVD file has more then 210 Millions of rows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I loaded the data successfully in my app but my normal table showing me error, Please guide me how to resolve this issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Qlik Sense 3.2 SR4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2025 14:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301658#M3663</guid>
      <dc:creator>usamabinsadiq</dc:creator>
      <dc:date>2025-07-23T14:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error Out of calculation memory</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301659#M3664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expressions in that table is more than the server can handle.&lt;BR /&gt;Try to break it down one expression at a time.&lt;/P&gt;&lt;P&gt;Could be just one complicated expression that is to heavy or it could be &lt;BR /&gt;the combination of dimensions and expressions that is to much for the server.&lt;/P&gt;&lt;P&gt;Impossible to tell without more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 13:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301659#M3664</guid>
      <dc:creator>Anders_Eriksson</dc:creator>
      <dc:date>2017-05-19T13:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error Out of calculation memory</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301660#M3665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please see the script for this table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FirstName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MiddleName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LastName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Prefix,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Address,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Appartment,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; City,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; State,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Zip1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Zip2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AddressType,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PhoneFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Phone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TimeZone",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gender,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NewToBuild,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOB_Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOB_Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOB_Day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ExactAge,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Age",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HH_Income,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NetWorth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreditLines,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreditRange,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HMaritalState,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HomeOwner,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DWELL_TYPE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HomeMarketValue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INT_TRAV_GENL,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INT_TRAV_US,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INT_TRAV_INTL,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INT_TRAV_CRUISE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CREDIT_RATING,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DNC_FLAG&lt;/P&gt;&lt;P&gt;FROM [lib://****/03-2016-DB-LIMITEDFIELDS.QVD](qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 13:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301660#M3665</guid>
      <dc:creator>usamabinsadiq</dc:creator>
      <dc:date>2017-05-19T13:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error Out of calculation memory</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301661#M3666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script and the amount of data aren't really important here else the used expressions within this object which should be as simple as possible by avoiding nested if-loops and aggr- or interrecord-functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 14:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301661#M3666</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-05-19T14:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error Out of calculation memory</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301662#M3667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't used any functions or calculations at all, I am just showing the table as it is, but it shows error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 14:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301662#M3667</guid>
      <dc:creator>usamabinsadiq</dc:creator>
      <dc:date>2017-05-19T14:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error Out of calculation memory</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301663#M3668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need some method to limit the max. amount of records in the object. A tablebox or a table-chart is only usable until a few hundreds or maybe thousands of records but not many millions - which then hits the memory-threshold for this object. In qlikview you could just use calculation-conditions as an option within the object by sense I don't know if this is natively or per extension available. If not I think any workaround will be possible maybe with a condition in a dimension or expression by a table-chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 14:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301663#M3668</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-05-19T14:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error Out of calculation memory</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301664#M3669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Out of interest, what are you going to do with a table containing 210 millions rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 14:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301664#M3669</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2017-05-19T14:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error Out of calculation memory</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301665#M3670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its the requirement of my client he said sometimes he need to download whole data to send to his other locations as reference data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 14:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301665#M3670</guid>
      <dc:creator>usamabinsadiq</dc:creator>
      <dc:date>2017-05-19T14:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error Out of calculation memory</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301666#M3671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even if the object could display so much records the export of the data would be take a very long time - probably more as practically and I assume there would be other issues too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I think you should create a specialized load for it which stored these data into txt-file and send it to the client or give him access to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 15:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301666#M3671</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-05-19T15:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error Out of calculation memory</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301667#M3672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with Marcus, why doing in the GUI?&lt;/P&gt;&lt;P&gt;Showing a table-box with millions of rows is pointless to a user, can't interact with it even if it shows.&lt;BR /&gt;If you don't use all that data in other GUI objects it is of no use and it will considerably slow down the whole application.&lt;/P&gt;&lt;P&gt;Either do a load and store to file in script or do a export directly in the database.&lt;/P&gt;&lt;P&gt;You already have it as QVD, you could as easily store it as a CSV and give to your client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 07:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Error-Out-of-calculation-memory/m-p/1301667#M3672</guid>
      <dc:creator>Anders_Eriksson</dc:creator>
      <dc:date>2017-05-22T07:31:26Z</dc:date>
    </item>
  </channel>
</rss>

