<?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: Out of Calculation Memory Error in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1577976#M42100</link>
    <description>&lt;P&gt;Thanks for the reply!&amp;nbsp; We ended up going a different route with the visuals but I'll keep this in mind.&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2019 13:45:45 GMT</pubDate>
    <dc:creator>bbergstrom</dc:creator>
    <dc:date>2019-05-08T13:45:45Z</dc:date>
    <item>
      <title>Out of Calculation Memory Error</title>
      <link>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1529634#M38114</link>
      <description>&lt;P&gt;I have a small straight table in &lt;U&gt;&lt;STRONG&gt;Qlik Sense&lt;/STRONG&gt;&lt;/U&gt; (~8,000 records) and when I try to include the following variable it throws the memory error:&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(FromBillingMonthNameAbbr)=0,&lt;BR /&gt;Sum({&amp;lt;TransactionDate={"&amp;gt;=$(=$(vDateFrom)) &amp;lt;=$(=$(vDateTo))"}, FEFTCount={1}&amp;gt;} Gallons),&lt;BR /&gt;Sum({&amp;lt;BillingPeriodVal={"&amp;gt;=$(=$(vDateBillingFrom)) &amp;lt;=$(=$(vDateBillingTo))"}, FEFTCount={1}&amp;gt;} Gallons))&lt;/P&gt;&lt;P&gt;This is to limit the number of records shown by a couple of filters.&amp;nbsp; What is strange is that if I just add a Sum(Gallons) measure to the table it works fine but returns 100 times more records.&amp;nbsp; I have tried the above in a variable and also in a master measure.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1529634#M38114</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2024-11-16T06:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Calculation Memory Error</title>
      <link>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1529643#M38115</link>
      <description>Quick question. Why do you have 2 $ declarations in each variable&lt;BR /&gt;try with just this format&lt;BR /&gt;$(=vDateFrom)&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jan 2019 20:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1529643#M38115</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-01-11T20:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Calculation Memory Error</title>
      <link>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1529653#M38118</link>
      <description>&lt;P&gt;This was how I was told to do it from a consultant and when I remove the extra =$ and change it to the below it breaks:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IF(GetSelectedCount(FromBillingMonthNameAbbr)=0,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sum({&amp;lt;TransactionDate={"&amp;gt;=$(vDateFrom) &amp;lt;=$(vDateTo)"}, FEFTCount={1}&amp;gt;} Gallons),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sum({&amp;lt;BillingPeriodVal={"&amp;gt;=$(vDateBillingFrom) &amp;lt;=$(vDateBillingTo)"}, FEFTCount={1}&amp;gt;} Gallons))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, when I use this in a KPI object it works fine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 21:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1529653#M38118</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2019-01-11T21:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Calculation Memory Error</title>
      <link>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1529681#M38123</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Can you tell a little bit more about the data model. I guess there are many overlapping fields (fields with same name in both tables) leading into a big synthetic key. Tables should be linked by one field only. So you need to create a composite key to link the tables.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 05:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1529681#M38123</guid>
      <dc:creator>michelle835</dc:creator>
      <dc:date>2019-01-12T05:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Calculation Memory Error</title>
      <link>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1530037#M38145</link>
      <description>&lt;P&gt;Actually there are no synthetic keys.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 14:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1530037#M38145</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2019-01-14T14:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Calculation Memory Error</title>
      <link>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1530516#M38181</link>
      <description>&lt;P&gt;The data model consists of two main QVDs (1 has a record for each fuel transaction and 1 has detail fields for the fuel exceptions) that are joined on a single field called FuelSourceId.&amp;nbsp; This first contains 33.5 millions rows and the second has just under 700K.&amp;nbsp; These are not large QVDs and the app itself is only around 330Mb.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried inserting the set analysis directly into the table instead of using a variable and it is working.&amp;nbsp; It's *really* slow but it works.&lt;/P&gt;&lt;P&gt;Just to add a bit more detail I have a dashboard that tracks 5 different fuel exceptions and there are 5 table objects that display the transaction details for each exception type.&amp;nbsp; I am using set analysis here so the table only contains records for that exception type and for the specified date range.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 14:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1530516#M38181</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2019-01-15T14:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Calculation Memory Error</title>
      <link>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1577871#M42092</link>
      <description>&lt;P&gt;Hi Bbergstom,&lt;/P&gt;&lt;P&gt;It's only an idea, but in my case, when Qlik give thar error was for use a Date Dimension diferent that the formula uses in set analisys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 10:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1577871#M42092</guid>
      <dc:creator>EnriqueRLancha</dc:creator>
      <dc:date>2019-05-08T10:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Calculation Memory Error</title>
      <link>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1577976#M42100</link>
      <description>&lt;P&gt;Thanks for the reply!&amp;nbsp; We ended up going a different route with the visuals but I'll keep this in mind.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 13:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Out-of-Calculation-Memory-Error/m-p/1577976#M42100</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2019-05-08T13:45:45Z</dc:date>
    </item>
  </channel>
</rss>

