<?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 Object Memory in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887182#M998421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You&amp;nbsp; guys for your suggestions, I tried this application also on 32 gb system still out of memory...I am performing like 3 calculated dimensions and one complex calculation in expression (not too complex but am using Total Qualifier)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do it in script since it involves fields from various tables?It gives an error field not found...Am I missing something here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2015 11:36:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-15T11:36:38Z</dc:date>
    <item>
      <title>out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887176#M998410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an application of size around 3 MB which has around 12 tables.I made a straight table in the front end ,table is working fine unless I click on clear selections button and it shows the message "Out of Object Memory" when i take few selections table is working fine...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I have made few calculations in the table in the expressions and calculated dimensions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I deal with this problem??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 09:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887176#M998410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-13T09:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887177#M998413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not very sure this helps you or not but i have used this for improving performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try to restrict the number of rows returned by using say TOP N functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you may reduce the data getting calculated one by using time periods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 10:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887177#M998413</guid>
      <dc:creator />
      <dc:date>2015-06-15T10:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887178#M998416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adheesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Expressions you have created look heavy, can you consider moving them to the script?&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>Mon, 15 Jun 2015 10:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887178#M998416</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2015-06-15T10:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887179#M998418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Too many data to show when no selection is applied.&lt;/P&gt;&lt;P&gt;Double check how did you link the 12 tables and try to reduce the amount of data to load in the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 10:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887179#M998418</guid>
      <dc:creator>vcanale</dc:creator>
      <dc:date>2015-06-15T10:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887180#M998419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shrama,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you doing too much of calculation in the charts and all the columns are not coming the same table.&lt;/P&gt;&lt;P&gt;Try to push all the calculated dimension into the script and try to avoid referring to the Orphan column or tables in the in the charts &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 10:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887180#M998419</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-15T10:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887181#M998420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two possible solutions come to mind:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;EM&gt;Simplify, simplify, simplify&lt;/EM&gt;: check your table relations (for cartesian products or butterfly associations), the amount of data you need to calculate the objects, the expression complexity, whether you can recover expression results etc.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;Intercept the error&lt;/EM&gt; using some selection check. For example, you can check the number of selections in a field, and if this number is greater than 100000, display a message that suggests a selection in a particular field. See Object properties-&amp;gt;General-&amp;gt;Calculation condition&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 10:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887181#M998420</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-15T10:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887182#M998421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You&amp;nbsp; guys for your suggestions, I tried this application also on 32 gb system still out of memory...I am performing like 3 calculated dimensions and one complex calculation in expression (not too complex but am using Total Qualifier)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do it in script since it involves fields from various tables?It gives an error field not found...Am I missing something here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 11:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887182#M998421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T11:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887183#M998422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please post your app??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 11:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887183#M998422</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-15T11:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887184#M998423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Avinash I can not..I need help urgently..I wish I could post it here...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 11:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887184#M998423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T11:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887185#M998424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, try to avoid reference for the table columns, try to combine the table using SQL and then try your calculation here.&lt;/P&gt;&lt;P&gt;Without the script it would to hard to judge the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 11:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887185#M998424</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-15T11:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887186#M998425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a table with calculations in the frontend...is there a way I can store it in QVD and then just fetch this data into QVW so the calculations are performed just once and then the records are just read from that QVD into this QVW and the memory does not go out of range..I know the concept of binary load but if I could store it in a qvd is that possible??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 11:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887186#M998425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T11:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887187#M998426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as per your problem statement, yours is a 3MB application so I don't think its the data size issue, its purely the way your writing the&amp;nbsp; expression is resulting in the OUT OF MEMORY&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;. May be your expression is ambiguous and Qlikview is not able to resolve it , try to break your expressions into parts then try to check which portion is causing the issue!! this way you will get to know the root cause &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. Then think whether we can push this to script level or we should handle it in the SQL etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to paste your script, data model and expression that is will help us to identify the problem .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 11:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887187#M998426</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-15T11:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887188#M998427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys I got the application and I am attaching it here...please let me know any possible wayout..what I am going to do soon is concatenate as many tables as possible and then perform calculation sin the scripting...thats the best I could think of ,for now..if you guys get any other suggestions after going through the application please let me know...Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 17:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887188#M998427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T17:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887189#M998428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys I got the application and I am attaching it here...please let me know any possible wayout..what I am going to do soon is concatenate as many tables as possible and then perform calculation sin the scripting...thats the best I could think of ,for now..if you guys get any other suggestions after going through the application please let me know...Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 17:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887189#M998428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T17:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887190#M998429</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;See in link below, documents that cover best practice in data model, there are several *.pdf until ppt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/86988"&gt;https://community.qlik.com/thread/86988&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 20:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887190#M998429</guid>
      <dc:creator>jonas_rezende</dc:creator>
      <dc:date>2015-06-15T20:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887191#M998430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can Anybody help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to write a condition as follows-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Col A =Col B and Col C= Col D,F)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Col A ,B ,C,D are all from different tables.&lt;/P&gt;&lt;P&gt;How do I achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 07:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887191#M998430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-16T07:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887192#M998431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adheesh,&lt;/P&gt;&lt;P&gt;- Double check the data model and try to optimise it using joins, mapping load..&lt;/P&gt;&lt;P&gt;- You didn't set any variable. Try to store the expressions in variables, and use the same variables wherever you need them, to ensure that the calculations are not repeated. Same for the Calculated Dimensions.&lt;/P&gt;&lt;P&gt;- Use the Date field to filter the data at least by Year (..or Quarter or Month)&lt;/P&gt;&lt;P&gt;Also.. do you really need to show the rows reporting "Missing" for all the fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 08:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887192#M998431</guid>
      <dc:creator>vcanale</dc:creator>
      <dc:date>2015-06-16T08:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887193#M998432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincenza &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion I'll try for variables and as for the date field there is only 2 month data in this report it is working on selections but once I clear the selections it goes out of memory...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 08:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887193#M998432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-16T08:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887194#M998433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you remove the 3 Calculated Dimensions:&lt;BR /&gt;1) =if(trim(Capitalize([Dist_From City]))=trim(Capitalize([Dist_From City])) and trim(Capitalize([CFA_From City]))=Trim(Capitalize([Ship To Location1])),[Distance in KM])&lt;/P&gt;&lt;P&gt;2) =if(trim(Capitalize([CFA_From City]))=trim(Capitalize([Dist_From City2])) ,Distance2)&lt;/P&gt;&lt;P&gt;3) =round(if([tr_Invoice Date Original]&amp;gt;=[Effective Date] and [tr_Invoice Date Original]&amp;lt;=[Expired Date],[Unit Price]),0.01)&lt;/P&gt;&lt;P&gt;it works!&lt;/P&gt;&lt;P&gt;Add 3 different list box with these 3 formula and have a look at the result! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 08:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887194#M998433</guid>
      <dc:creator>vcanale</dc:creator>
      <dc:date>2015-06-16T08:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: out of Object Memory</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887195#M998434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I removed the last dimension yesterday...i Checked it too ..how do I write the first 2 in the script?can u please help me with this?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 09:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-Object-Memory/m-p/887195#M998434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-16T09:12:06Z</dc:date>
    </item>
  </channel>
</rss>

