<?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: Getting &amp;quot;Allocated memory exceeded&amp;quot; with Dimension Limits with 2 chained expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613213#M226252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May I know the objective of your column "flg"? It works when I re-order the columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Feb 2014 12:59:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-20T12:59:16Z</dc:date>
    <item>
      <title>Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613211#M226250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a simple table:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_139289926012875" jivemacro_uid="_139289926012875"&gt;
&lt;P&gt;table:&lt;/P&gt;
&lt;P&gt;load * inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;ID, Value&lt;/P&gt;
&lt;P&gt;1,2&lt;/P&gt;
&lt;P&gt;2,3&lt;/P&gt;
&lt;P&gt;3,4&lt;/P&gt;
&lt;P&gt;4,5&lt;/P&gt;
&lt;P&gt;1,7&lt;/P&gt;
&lt;P&gt;2,8&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;After that I create a Straight Table chart with: Dims: ID; Expr: flg:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13928992601172462" jivemacro_uid="_13928992601172462"&gt;
&lt;P&gt;if(VL&amp;gt;1,1,0)&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;VL:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1392899260088758" jivemacro_uid="_1392899260088758"&gt;
&lt;P&gt;Count(Value)&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;Everything is OK (table shows exactly what I expect), but as soon as I apply Dimension Limits(Restrict which...- Show only values that are:Greater than or equal to - 1 - exact amount) the app throws "Allocated memory exceeded" in the chart. Actually, I can choose any variant of dimension limit - it will lead to the same result. Qlik 11.2 SR5. What am I doing wrong? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 12:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613211#M226250</guid>
      <dc:creator />
      <dc:date>2014-02-20T12:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613212#M226251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;tested in 11.20 SR3. Same: memory exceeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why are you limiting the first row indirectly with the second row? Obviously QV doesn't like that &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What about using a Variable=Count(Value) instead? Usable in ervery expression.&lt;/P&gt;&lt;P&gt;Otherwise you should open a support-case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hth&lt;BR /&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 12:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613212#M226251</guid>
      <dc:creator />
      <dc:date>2014-02-20T12:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613213#M226252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May I know the objective of your column "flg"? It works when I re-order the columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 12:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613213#M226252</guid>
      <dc:creator />
      <dc:date>2014-02-20T12:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613214#M226253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;Yes it is working fine when u promote the second expression, bec that is when the qlikview will know what VL is..&lt;/P&gt;&lt;P&gt;and you will be having only&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/53537_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please not it will be restricting the dimension with the value of VL, if you restrict it as value greater than 1 then it will restrict accoriding to VL value 1,1,2,2 not based on the ID value 1,2,3,4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 13:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613214#M226253</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-02-20T13:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613215#M226254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm a newbie to qlik, so, please, tell me, how should I use a variable? If I add it to my chart it shows a total count of value, not "GROUP BY ID", so it can't be a criteria.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 13:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613215#M226254</guid>
      <dc:creator />
      <dc:date>2014-02-20T13:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613216#M226255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This file is a simplified model. I made it to find out the source of malloc problem. The real task is more complicated and instead of VL was something like that&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13929041435778022" jivemacro_uid="_13929041435778022"&gt;
&lt;P&gt;Count({$&amp;lt;[StartDate]={"&amp;lt;=$(TargetDate)"},[EndDate]={"&amp;gt;=$(TargetDate)"},[Type]={1}&amp;gt;}CID)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;And I needed to display only lines that have the value between, say, 3 and 6. That was the task of flg to mark them and then kill by dim limits. &lt;/P&gt;&lt;P&gt;If you reorder the columns it will change the basis of dims limits. It will rely on VL when calculating the condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 13:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613216#M226255</guid>
      <dc:creator />
      <dc:date>2014-02-20T13:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613217#M226256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;The reason this won’t because you’re referring to the label &lt;/SPAN&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;name first in the IF Statement (&lt;STRONG&gt;flg&lt;/STRONG&gt;) and then you are creating the &lt;STRONG&gt;VL&lt;/STRONG&gt; field &lt;/SPAN&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;with count. This order won’t work with Dimension Limits; so change the order of &lt;/SPAN&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;the expressions and everything works (see the attached example).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 13:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613217#M226256</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-02-20T13:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613218#M226257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need the restrictions to be applied based on the namely flg column. And I see now reason, why without the limits Qlik can display flg BEFORE VL, but it can't, when limits are applied...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 13:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613218#M226257</guid>
      <dc:creator />
      <dc:date>2014-02-20T13:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613219#M226258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I suggest to build a calculated dimension and forget about the easy use of DimensionLimit Tab. This means to put your flag via if() into the definition of the dimension "ID". What about this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 14:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613219#M226258</guid>
      <dc:creator />
      <dc:date>2014-02-20T14:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613220#M226259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you change your expression in "flg" like below it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(COUNT(Value)&amp;gt;1,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for malloc error was due to your evaluation of VL before VL being calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 14:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613220#M226259</guid>
      <dc:creator />
      <dc:date>2014-02-20T14:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613221#M226260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't quite catch, why Qlik can display chart, but can't fileter it out using dims limits. It just an additional operation over the created table...&lt;/P&gt;&lt;P&gt;You solution won't help, because I need to refer to flg, when filtering out the table. Maybe I can implicitly put the definition of VL into flg if() statement. But even if it works, it is an ugly solution, because it will make such definitions much more complicated and harder to edit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 14:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613221#M226260</guid>
      <dc:creator />
      <dc:date>2014-02-20T14:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613222#M226261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hear you and totally understand your point. But please remember logical query processing (how we think it will or should work!) is different from actual physical query processing, which is based on clever algorithms to save CPU cycles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me work out a solution without moving the expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 14:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613222#M226261</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-02-20T14:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613223#M226262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will work as I already wrote as a reply to some other post, but it's really inconvenient as in case of redefining, I'll have to alter all the definitions of VL instead of doing that once. But if no other solution is found I'll have no other way...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 14:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613223#M226262</guid>
      <dc:creator />
      <dc:date>2014-02-20T14:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613224#M226263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't thought about calculated dims and haven't read about it, so maybe I should... Maybe you can provide a working example? Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 14:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613224#M226263</guid>
      <dc:creator />
      <dc:date>2014-02-20T14:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613225#M226264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure! I'll be glad if you do. This isn't that urgent. It's a part of my first project, so it is a hard way of understanding... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 14:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613225#M226264</guid>
      <dc:creator />
      <dc:date>2014-02-20T14:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613226#M226265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other option is promote VL as 1st item under sort and set the sort by as Numeric Value in a Descending order for limiting the dimensions - if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 15:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613226#M226265</guid>
      <dc:creator />
      <dc:date>2014-02-20T15:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Allocated memory exceeded" with Dimension Limits with 2 chained expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613227#M226266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems I can't refer expressions in calced dimension's definition. I also can't use explicit aggregations like 'Count(Value)' here. The only benefit for me is the ability to filter some plain unaggregated conditions without using expressions for the purpose. Sad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 22:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-quot-Allocated-memory-exceeded-quot-with-Dimension/m-p/613227#M226266</guid>
      <dc:creator />
      <dc:date>2014-02-21T22:23:13Z</dc:date>
    </item>
  </channel>
</rss>

