<?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: Problems with RAM memory in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378664#M31264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, can you force it by stating &lt;STRONG&gt;&lt;EM&gt;JOIN (fc_Core_Cuenta_tmp3)&lt;/EM&gt;&lt;/STRONG&gt; instead of the simple JOIN?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Oct 2017 16:21:06 GMT</pubDate>
    <dc:creator>cristinapo</dc:creator>
    <dc:date>2017-10-30T16:21:06Z</dc:date>
    <item>
      <title>Problems with RAM memory</title>
      <link>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378658#M31258</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;&lt;/P&gt;&lt;P&gt;Please help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script that I run, shows me an error: Unknown load. From what I have observed is due to RAM problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you help me how I can optimize the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fc_Core_Cuenta_tmp3:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If( &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Match(Right(Left(Cuentas_Nivel6,8),2),'01','02','03','04','05','06','07','08','09','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','25','26','27','28','29','30','31','32','33','34','35','36','37','38','39','40','41','42','43','44','45','46','47','48','49','50','51','52','53','54','55','56','57','58','59','60',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '61', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '79', '80', '81', '82', '83', '84', '85', '86', '87', '88', '89', '90'),Left(Cuentas_Nivel6,8)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Cuentas_Nivel5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident fc_Core_Cuenta_tmp2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cuenta_Long8 as Cuentas_Nivel5,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Valor_Cuenta as Valor_Cuenta5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident fc_Core_Cuenta_tmp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop Table fc_Core_Cuenta_tmp2;&lt;/STRONG&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;Upload the RAM when I insert the "JOIN"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 14:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378658#M31258</guid>
      <dc:creator>olguita2014</dc:creator>
      <dc:date>2017-10-30T14:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with RAM memory</title>
      <link>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378659#M31259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure you want a full join? JOIN statement is a full join.&lt;/P&gt;&lt;P&gt;Maybe an inner join would save the situation if it actually is a RAM issue. Or at least a left or right join (depending on what you want to keep).&lt;/P&gt;&lt;P&gt;Also, I think you can move &lt;STRONG&gt;Drop Table fc_Core_Cuenta_tmp2;&lt;/STRONG&gt; just before the join statement, as you will save some space with this table that you don't invoke anymore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 14:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378659#M31259</guid>
      <dc:creator>cristinapo</dc:creator>
      <dc:date>2017-10-30T14:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with RAM memory</title>
      <link>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378660#M31260</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;Yes, I need full join.... I can not remove &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;fc_Core_Cuenta_tmp2 because I use the data in that table&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 15:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378660#M31260</guid>
      <dc:creator>olguita2014</dc:creator>
      <dc:date>2017-10-30T15:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with RAM memory</title>
      <link>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378661#M31261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I meant earlier with &lt;STRONG&gt;fc_Core_Cuenta_tmp2 &lt;/STRONG&gt;is that you already drop it in the last line of code that you pasted. So instead of dropping it at the last moment, you can drop it just before the JOIN statement (see below adjusted script) because the JOIN code doesn't refer to &lt;STRONG&gt;fc_Core_Cuenta_tmp2&lt;/STRONG&gt; anymore, but to&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;fc_Core_Cuenta_tmp&lt;/EM&gt;&lt;/STRONG&gt; as I see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fc_Core_Cuenta_tmp3:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If( &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Match(Right(Left(Cuentas_Nivel6,8),2),'01','02','03','04','05','06','07','08','09','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','25','26','27','28','29','30','31','32','33','34','35','36','37','38','39','40','41','42','43','44','45','46','47','48','49','50','51','52','53','54','55','56','57','58','59','60',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '61', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '79', '80', '81', '82', '83', '84', '85', '86', '87', '88', '89', '90'),Left(Cuentas_Nivel6,8)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Cuentas_Nivel5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident fc_Core_Cuenta_tmp2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Drop Table fc_Core_Cuenta_tmp2;&amp;nbsp; //moved here&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cuenta_Long8 as Cuentas_Nivel5,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Valor_Cuenta as Valor_Cuenta5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident fc_Core_Cuenta_tmp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;Drop Table fc_Core_Cuenta_tmp2;&lt;/STRONG&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;So, by doing this, you may end up with some saved RAM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 15:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378661#M31261</guid>
      <dc:creator>cristinapo</dc:creator>
      <dc:date>2017-10-30T15:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with RAM memory</title>
      <link>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378662#M31262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try this, but I have the same problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181509_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 15:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378662#M31262</guid>
      <dc:creator>olguita2014</dc:creator>
      <dc:date>2017-10-30T15:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with RAM memory</title>
      <link>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378663#M31263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe a Load Distinct on the Join?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378663#M31263</guid>
      <dc:creator>silvacarlos</dc:creator>
      <dc:date>2017-10-30T16:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with RAM memory</title>
      <link>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378664#M31264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, can you force it by stating &lt;STRONG&gt;&lt;EM&gt;JOIN (fc_Core_Cuenta_tmp3)&lt;/EM&gt;&lt;/STRONG&gt; instead of the simple JOIN?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problems-with-RAM-memory/m-p/1378664#M31264</guid>
      <dc:creator>cristinapo</dc:creator>
      <dc:date>2017-10-30T16:21:06Z</dc:date>
    </item>
  </channel>
</rss>

