<?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 Memory in a straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543439#M1138611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have calculation condition unfulfilled error with this expression : =Count(PostID) &amp;lt; 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, inyour expression, if the ID is more than 10000, then it will only consider only the first 10000?&lt;/P&gt;&lt;P&gt;For example, count(ID) = 25000&lt;/P&gt;&lt;P&gt;1. without filter = the straight table will show first 10000 ID&lt;/P&gt;&lt;P&gt;2. With a filter (decrease count(ID) to 15000 = the straight table will still show first 10000 ID&lt;/P&gt;&lt;P&gt;3. With 2nd filter (decrease count(ID) to 9000 = the straight table will show all 9000 ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How if i want to show first 1000 with descending date in calculation condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem in my big data application, the row is in million count, so i face the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chanel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2014 00:45:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-04T00:45:58Z</dc:date>
    <item>
      <title>Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543430#M1138602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pretty new to QV but this community has been very helpful. I have two questions I need answers to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dataset is pretty huge (18 lakh rows). And, in a straight table I am displaying output based on selections made. This table will have around 15 columns max. I made sure that some selection is made on the sheet so that this object doesn't run out of memory. However, when multiple selections are made (say, Countries 1 2 and 3 are selected together), this table runs out of memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q1: Is there a way to avoid this?&lt;/P&gt;&lt;P&gt;Q2: We are planning to host this using QV publisher license. Since it is on a server there will be higher RAM alloted. So will this object be able to run on the server without losing memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind of urgent. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 11:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543430#M1138602</guid>
      <dc:creator />
      <dc:date>2013-09-19T11:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543431#M1138603</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;Try to restrict the user to select as much of as selections, may be you are working in your machine with low configuration, if you deploy this in server with huge configuration there you will not get this error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the same exists in server also then use&lt;/P&gt;&lt;P&gt;Calculation Condition in General Tab of Chart properties, if you have any ID field then use like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(ID) &amp;lt; 10000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will restrict the user to limit the valid records to display in chart by 10000 records, if it displays faster then increase the count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 11:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543431#M1138603</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-09-19T11:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543432#M1138604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly as Jagan said. Restrict the table and please notify the end users to apply more filters. Do this in&amp;nbsp; table Properties&amp;gt;General&amp;gt;Error Messages&amp;gt;Calculation condition unfulfilled&amp;gt;Custom Message: &lt;EM&gt;='Please apply more filters. Select less then 10 000 rows. Now are selected: '&amp;amp; num(sum(Row),'# ##0')&amp;amp;' rows.'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Another solution would be move your calculation from Expression directly to loading script.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;BR&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Dusan&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 12:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543432#M1138604</guid>
      <dc:creator />
      <dc:date>2013-09-19T12:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543433#M1138605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANKS! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 15:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543433#M1138605</guid>
      <dc:creator />
      <dc:date>2013-09-19T15:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543434#M1138606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 15:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543434#M1138606</guid>
      <dc:creator />
      <dc:date>2013-09-19T15:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543435#M1138607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, It is strange even when there are no calculations in straight box it consumes 10 times more memory than table box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Sep 2013 17:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543435#M1138607</guid>
      <dc:creator />
      <dc:date>2013-09-28T17:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543436#M1138608</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;If it serves your purpose, you can use a table box. That's the lightest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Sep 2013 04:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543436#M1138608</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2013-09-29T04:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543437#M1138609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Memory issues can arise for a number of reasons, including the hardware being used. In my experience, memory problems have usually arisen when the data structure from the script is not quite as anticipated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be worthwhile checking to see whether your script is working excatly as you expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarsd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 08:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543437#M1138609</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-09-30T08:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543438#M1138610</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;The best way to resolve this issue. You need to tune your expressions accordingly ans also the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 07:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543438#M1138610</guid>
      <dc:creator />
      <dc:date>2014-02-04T07:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543439#M1138611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have calculation condition unfulfilled error with this expression : =Count(PostID) &amp;lt; 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, inyour expression, if the ID is more than 10000, then it will only consider only the first 10000?&lt;/P&gt;&lt;P&gt;For example, count(ID) = 25000&lt;/P&gt;&lt;P&gt;1. without filter = the straight table will show first 10000 ID&lt;/P&gt;&lt;P&gt;2. With a filter (decrease count(ID) to 15000 = the straight table will still show first 10000 ID&lt;/P&gt;&lt;P&gt;3. With 2nd filter (decrease count(ID) to 9000 = the straight table will show all 9000 ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How if i want to show first 1000 with descending date in calculation condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem in my big data application, the row is in million count, so i face the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chanel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 00:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543439#M1138611</guid>
      <dc:creator />
      <dc:date>2014-08-04T00:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543440#M1138612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Count(PostID) &amp;lt; 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;By using the above condition we can restrict the table to not show more than 100 rows, for example for your selections if you have more than 99 rows then you will get &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;calculation condition unfulfilled error &lt;/STRONG&gt;message, otherwise it will show the data in the table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;By the way, inyour expression, if the ID is more than 10000, then it will only consider only the first 10000?&amp;nbsp; -- It won't consider the first 10000, the count depends on the selections made in your dashboard.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;How if i want to show first 1000 with descending date in calculation condition? -- Sort the table by date in descending order and in Dimension limits give 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 02:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543440#M1138612</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-04T02:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543441#M1138613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As shared in other comments, you can limit the data using calculated condition. But there are many other reasons for your straight table to go out of memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Your expressions must be optimized. Use set analysis.&lt;/P&gt;&lt;P&gt;2) Avoid using calculated dimensions.&lt;/P&gt;&lt;P&gt;3) Avoid using Primary keys as dimensions.(i read somewhere)&lt;/P&gt;&lt;P&gt;4) The data model must be efficient for the requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543441#M1138613</guid>
      <dc:creator />
      <dc:date>2014-08-04T07:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543442#M1138614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;third point is really funny where did you read that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543442#M1138614</guid>
      <dc:creator />
      <dc:date>2014-08-04T07:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543443#M1138615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Angad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply! My document consists social data of million rows. &lt;/P&gt;&lt;P&gt;1. Only one expression with set analysis &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; = if( ShortCreatedDate &amp;gt;= $(vStartDate) AND ShortCreatedDate &amp;lt;= $(vEndDate),BuzzVolume)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2. No calculated dimension, unless &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;=date(CreatedDateTime, 'dd-MMM-yy')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is considered as one...&lt;/P&gt;&lt;P&gt;3. I am not sure about that as i use synthetic keys in dimension&lt;/P&gt;&lt;P&gt;4. data model is considered simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chanel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543443#M1138615</guid>
      <dc:creator />
      <dc:date>2014-08-04T07:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543444#M1138616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;1. Only one expression with set analysis&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;= if( ShortCreatedDate &amp;gt;= $(vStartDate) AND ShortCreatedDate &amp;lt;= $(vEndDate),BuzzVolume)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;replace with&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Only({&amp;lt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 12px; font-style: inherit;"&gt;ShortCreatedDate &lt;/STRONG&gt;={'&amp;gt;=$(=&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 12px; font-style: inherit;"&gt;vStartDate&lt;/STRONG&gt;)&amp;lt;=$(=&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 12px; font-style: inherit;"&gt;vEndDate&lt;/STRONG&gt;)'}&amp;gt;}&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 12px; font-style: inherit;"&gt;BuzzVolume&lt;/STRONG&gt;)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;2. No calculated dimension, unless&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=date(CreatedDateTime, 'dd-MMM-yy')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Format the date in script so that you can avoid calculated dimension.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Hope this helps you.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543444#M1138616</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-04T07:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543445#M1138617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! hope it can work well!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-Memory-in-a-straight-table/m-p/543445#M1138617</guid>
      <dc:creator />
      <dc:date>2014-08-04T07:41:34Z</dc:date>
    </item>
  </channel>
</rss>

