<?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 what is the Solution to fix Allocated Memory Exceeded error in the Server Environment in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238436#M1332724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;These types of questions are generally pretty hard to answer without looking at the document itself. In my humble experience, the allocated memory exceeded is usually caused either by the data structure and the way the dimensions relate to each other and to the fields used in the expressions.&lt;/P&gt;&lt;P&gt;If your pivot table has any dimensions pivoted horizontally you might want to watch out for using &lt;STRONG&gt;Suppress when value is null&lt;/STRONG&gt; in combination with &lt;STRONG&gt;Show all values&lt;/STRONG&gt; as this can create certain unexpected results since null values are created for non existant combinations of the dimension values when the chart is pivoted.&lt;/P&gt;&lt;P&gt;The expression you're mentioning is a likely culprit as well, especially when you mention that the document carries a lot of data. Count(distinct .... is a rather "expensive" operation and with a nestled if statement that matches a field against a string value, O, this could bog down a chart. For an easy first step towards re-writing the expression I'd suggest using a flag instead of CarCostNo and do a sum instead of a count. Another thing could be to add a flag for the linesummary as well. This requires some script work though since you only want to add a flag value for distinct CarCostNo's but I believe that a small rewrite now would keep the document in better shape as the amount of data grows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2009 14:17:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-04-16T14:17:47Z</dc:date>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238429#M1332700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;This is Prem , I am a Developer working Qlik View ..i am getting "Allocated Memory Exceeded" in few of my graphs(Both BAR &amp;amp; Pivot table).The Report has large DATA, here is the Expression "Count(distinct if(linesummary&amp;lt;&amp;gt;'O',CarCostNo))" .&lt;/P&gt;&lt;P&gt;I am not getting any error in the development Environment(Enterprise Edition version 8.20.5402.2) but if post the report in the Qlik view server and try open the Graphs its showing Allocated Memory Exceeded error and after i get this error the communication between the Server and Client is lost.&lt;/P&gt;&lt;P&gt;Please help me on this ...&lt;/P&gt;&lt;P&gt;Thanks in Advance..BR Prem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238429#M1332700</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238430#M1332704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;R U using 32 bit r 64 bit server for qlikview?&lt;/P&gt;&lt;P&gt;how much RAM u r using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 12:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238430#M1332704</guid>
      <dc:creator />
      <dc:date>2009-04-16T12:46:41Z</dc:date>
    </item>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238431#M1332708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.first check ur linking/joining if they r correct,it will be solved automatical..if it dont get solved then follow below method/&lt;/P&gt;&lt;P&gt;Do one thing correct output display of data from number tab of chart properties,remove automatic memory calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 12:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238431#M1332708</guid>
      <dc:creator />
      <dc:date>2009-04-16T12:56:49Z</dc:date>
    </item>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238432#M1332712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anwar Thanks for your suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 13:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238432#M1332712</guid>
      <dc:creator />
      <dc:date>2009-04-16T13:01:45Z</dc:date>
    </item>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238433#M1332715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anwar .. i checked the Graphs number property .. i have selected integer number formate..&lt;/P&gt;&lt;P&gt;Thing is that i am not getting the Allocated Memory Exceeded error in the Enterprise Edition. I am getting the error in Server ( v8.01 and 32 bit server)&lt;/P&gt;&lt;P&gt;after the graph shows Allocated Memory Exceeded error ,Server closes the entire report and Throws the the message "Communication lost , Closing Report"&lt;/P&gt;&lt;P&gt;Could you please tell me where i could find the automic memory calculation detail ..&lt;/P&gt;&lt;P&gt;Thanks ! ..Prem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 13:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238433#M1332715</guid>
      <dc:creator />
      <dc:date>2009-04-16T13:26:38Z</dc:date>
    </item>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238434#M1332718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prem&lt;/P&gt;&lt;P&gt;Check in Wat Operating System (OS) Click view is installed ( 64 bit or 32 bit)&lt;/P&gt;&lt;P&gt;wat Qlikview and Qlikview Server version u r using (64 bit r 32 bit)&lt;/P&gt;&lt;P&gt;If all are same then check the RAM Size..&lt;/P&gt;&lt;P&gt;Check also the expression... Data modelling.. Use Alias table or joins if the fields used in the expression are from diff tables not directly linked.. in that case use alias table, it will be solved.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashok Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 13:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238434#M1332718</guid>
      <dc:creator />
      <dc:date>2009-04-16T13:32:48Z</dc:date>
    </item>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238435#M1332721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi prem,&lt;/P&gt;&lt;P&gt;Goto user preferences from tool bar,click on objects tab.there is one check box named "Ignore Calculations Limit",uncheck it and then in chart propertied on general table below is one option called memory click on it..and assign maximum value which it can hold 514...........,ok.this problem usually occurs when their is ny data linking problem..so u can find it thorugh as ,disable all expression and enable them one by one and observe where it is giving pblm.through this u can find where is the problem in ETL script.it'll definilty solve ur pblm for memory..All d best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 14:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238435#M1332721</guid>
      <dc:creator />
      <dc:date>2009-04-16T14:03:51Z</dc:date>
    </item>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238436#M1332724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;These types of questions are generally pretty hard to answer without looking at the document itself. In my humble experience, the allocated memory exceeded is usually caused either by the data structure and the way the dimensions relate to each other and to the fields used in the expressions.&lt;/P&gt;&lt;P&gt;If your pivot table has any dimensions pivoted horizontally you might want to watch out for using &lt;STRONG&gt;Suppress when value is null&lt;/STRONG&gt; in combination with &lt;STRONG&gt;Show all values&lt;/STRONG&gt; as this can create certain unexpected results since null values are created for non existant combinations of the dimension values when the chart is pivoted.&lt;/P&gt;&lt;P&gt;The expression you're mentioning is a likely culprit as well, especially when you mention that the document carries a lot of data. Count(distinct .... is a rather "expensive" operation and with a nestled if statement that matches a field against a string value, O, this could bog down a chart. For an easy first step towards re-writing the expression I'd suggest using a flag instead of CarCostNo and do a sum instead of a count. Another thing could be to add a flag for the linesummary as well. This requires some script work though since you only want to add a flag value for distinct CarCostNo's but I believe that a small rewrite now would keep the document in better shape as the amount of data grows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 14:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238436#M1332724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-16T14:17:47Z</dc:date>
    </item>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238437#M1332727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had the same problem, a pivot table object displayed under certain selections the message "Allocated Memory Exceeded". The document was developed with 8.50 SP1 or SP2 32 bit Qlikview and it worked fine. Then we published to to our Qlikview Publisher 64 bit environment and the problem occured. After struggling quite a while, I just cloned the object - and bingo it worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 19:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238437#M1332727</guid>
      <dc:creator />
      <dc:date>2009-05-12T19:09:30Z</dc:date>
    </item>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238438#M1332729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In some cases, it also happened that expressions were correct but amount of data was too important to handle.&lt;/P&gt;&lt;P&gt;If you're sure of your expressions, it is possible to increase the memory on your Qlikview Server control panel (Memory limit). But you need to be sure that you have enough RAM on your server to increase it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 20:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238438#M1332729</guid>
      <dc:creator />
      <dc:date>2009-05-12T20:03:40Z</dc:date>
    </item>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238439#M1332730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I remember an issue that causes this: the use of calculated dimensions could under some corcumstances cause this behaviour. If you're using these, try to calculate the value already in the loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 07:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238439#M1332730</guid>
      <dc:creator />
      <dc:date>2009-05-19T07:04:17Z</dc:date>
    </item>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238440#M1332731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prem,&lt;BR /&gt;The problem can be&lt;BR /&gt; - expression&lt;BR /&gt; - data model structure&lt;BR /&gt;If you create a flag in your data following the same logic as in your expression, you can use sum(Flag), which is faster.&lt;BR /&gt;The "flatter" the data model, the better is the calculation perfromance, and less memory is required. Even with the current expression, it is much faster if all the fields you use in the expressions and dimensions of a chart are in the same logical table, ot at least in the neigboring table, not like ten tables away.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 00:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238440#M1332731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-20T00:31:38Z</dc:date>
    </item>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238441#M1332732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i also used your solution for memory problem, and for other objects problem like the cross on the&lt;/P&gt;&lt;P&gt;object that come from no where...&lt;/P&gt;&lt;P&gt;but also i suggest :&lt;/P&gt;&lt;P&gt;dont use count distict&lt;/P&gt;&lt;P&gt;dont use if(... expression in the expression .&lt;/P&gt;&lt;P&gt;union table in the script if u can.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2009 21:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238441#M1332732</guid>
      <dc:creator />
      <dc:date>2009-07-05T21:19:43Z</dc:date>
    </item>
    <item>
      <title>what is the Solution to fix Allocated Memory Exceeded error in the Server Environment</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238442#M1332733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your advice doqv2,&lt;/P&gt;&lt;P&gt;I've got the same problem, and my solution was to delete the if statements inside the expressions and treat the "if" statement inside the set analysis.&lt;/P&gt;&lt;P&gt;I'll show you with practice examples :&lt;/P&gt;&lt;P&gt;This is my wrong choice &lt;B&gt;&lt;IMG alt="Sad" src="http://community.qlik.com/emoticons/emotion-6.gif" /&gt;&lt;/B&gt; :&lt;/P&gt;&lt;P&gt;&lt;B&gt;fabs(sum({$&amp;lt;[Año] = {$(=Only([Año]))}&amp;gt;} if(left(IDCuenta,1)='7', [Asiento Importe])))&lt;BR /&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;This is the best choice &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt; :&lt;/P&gt;&lt;P&gt;&lt;B&gt;fabs(sum({$&amp;lt;[Año] = {$(=Only([Año]))}, N_Fila_Cuenta = {"=LEFT(N_Fila_Cuenta,1) = '7' "} &amp;gt;} [Asiento Importe]))&lt;BR /&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;But do the same, but the second one is a way faster, and can solve easily our problems of "allowing memory to the objects".&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 12:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-the-Solution-to-fix-Allocated-Memory-Exceeded-error-in/m-p/238442#M1332733</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2010-11-10T12:08:55Z</dc:date>
    </item>
  </channel>
</rss>

