<?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 virtual memory Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366187#M136218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi angel&lt;/P&gt;&lt;P&gt;thanks for your response&lt;/P&gt;&lt;P&gt;here the qty1 and qty2 and&amp;nbsp; qty3&amp;nbsp; is the Expressions labels&lt;/P&gt;&lt;P&gt;how can i use ?&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;Thanks &lt;/P&gt;&lt;P&gt;suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2012 09:29:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-25T09:29:45Z</dc:date>
    <item>
      <title>out of virtual memory Problem</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366185#M136216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created chart with 1 dimensions and 10 Complex expression.so how can i optimize it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Sample Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Header 2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Header 3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Header 4&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ProductName&lt;/TD&gt;&lt;TD&gt;qty1&lt;/TD&gt;&lt;TD&gt;qty2&lt;/TD&gt;&lt;TD&gt;qty3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;TD&gt;-13&lt;/TD&gt;&lt;TD&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;45&lt;/TD&gt;&lt;TD&gt;-56&lt;/TD&gt;&lt;TD&gt;-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;89&lt;/TD&gt;&lt;TD&gt;77&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to get the output like below:&lt;/P&gt;&lt;P&gt;I have to show only only the quantities which are below 0 &lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Header 2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Header 3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Header 4&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;-13&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;-56&lt;/TD&gt;&lt;TD&gt;-10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; i have achieved the solution but it is throwing error like out of virtual memoy.&lt;/P&gt;&lt;P&gt;Is there any simple way to do this?&lt;/P&gt;&lt;P&gt;Please help me out of this Problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 09:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366185#M136216</guid>
      <dc:creator />
      <dc:date>2012-06-25T09:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: out of virtual memory Problem</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366186#M136217</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;That should be "as easy" as using ProductName as dimension and the following as expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13406150604175960" jivemacro_uid="_13406150604175960"&gt;&lt;P&gt;Sum({&amp;lt; qty1 = {'&amp;lt;0'} &amp;gt;} qty1)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the same for each of the other Headers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13406150764202081" jivemacro_uid="_13406150764202081"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;Sum({&amp;lt; qty2 = {'&amp;lt;0'} &amp;gt;} qty2)&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 09:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366186#M136217</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-25T09:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: out of virtual memory Problem</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366187#M136218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi angel&lt;/P&gt;&lt;P&gt;thanks for your response&lt;/P&gt;&lt;P&gt;here the qty1 and qty2 and&amp;nbsp; qty3&amp;nbsp; is the Expressions labels&lt;/P&gt;&lt;P&gt;how can i use ?&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;Thanks &lt;/P&gt;&lt;P&gt;suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 09:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366187#M136218</guid>
      <dc:creator />
      <dc:date>2012-06-25T09:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: out of virtual memory Problem</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366188#M136219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Angel&lt;/P&gt;&lt;P&gt;here the Qty1,qty2,qty3 are Expressions .when i hide it in the presentation tab&lt;/P&gt;&lt;P&gt;and i have created the one more expression like if(qty1&amp;lt;0 or qty2&amp;lt;0 or qty3&amp;lt;0,qty1)&lt;/P&gt;&lt;P&gt;i am getting&amp;nbsp; the whole row is null values .How can i avoid that Please help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 09:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366188#M136219</guid>
      <dc:creator />
      <dc:date>2012-06-25T09:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: out of virtual memory Problem</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366189#M136220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just change the "qty1" label for the name of the field that is being aggregated in each expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 09:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366189#M136220</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-25T09:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: out of virtual memory Problem</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366190#M136221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel&lt;/P&gt;&lt;P&gt;Qty1 Consists of Multiple Metrics&amp;nbsp; with complex expression.so how can i solve it?&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;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 10:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366190#M136221</guid>
      <dc:creator />
      <dc:date>2012-06-25T10:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: out of virtual memory Problem</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366191#M136222</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;Can you please elaborate? Without knowing the exact expression is hard to make an educated guess. Besides, you may try with the Column() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13406189638628142" jivemacro_uid="_13406189638628142"&gt;&lt;P&gt;Column(1)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will return the result in the first column, with no need to call the whole expression within:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13406189743264353" jivemacro_uid="_13406189743264353"&gt;&lt;P&gt;If(Column(1) &amp;gt; 0, something if true, something if false)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 10:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366191#M136222</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-25T10:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: out of virtual memory Problem</title>
      <link>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366192#M136223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel&lt;/P&gt;&lt;P&gt;ItemName   Inventory Qty Qty1  Qty2  Qty3  Qty4&lt;/P&gt;&lt;P&gt;Qty1  =sum(qty1)+sum(Ordered Qty1)&lt;/P&gt;&lt;P&gt;The condition here is if (Qty1&amp;gt;0,Qty1,0) as One more Expression(Qty1 Remain)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qty2 =(Qty1 Remain)+sum(ordered Qty2)&lt;/P&gt;&lt;P&gt;Here one more expression is if (Qty2&amp;gt;0,Qty2,0) as One more Expression(Qty2 Remain)&lt;/P&gt;&lt;P&gt;Qty3 =sum(qty3)+sum(ordered Qty3)&lt;/P&gt;&lt;P&gt;Here one more expression is if (Qty3&amp;gt;0,Qty3,0) as One more Expression(Qty3 Remain)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qty4 =(Qty3 remain)+sum(ordered Qty4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in Straight table I have hided the &lt;A href="Qty1 remain"&gt;&lt;/A&gt;, &lt;A href="Qty2 remain"&gt;&lt;/A&gt;, &lt;A href="Qty3 remain"&gt;&lt;/A&gt;, &lt;A href="Qty4 remain"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for I get all the values&lt;/P&gt;&lt;P&gt;Now my intention is to get the only negative values ( have to show entire  row if there is atleast one Negative value)&lt;/P&gt;&lt;P&gt;Becoz I have the hided  Remaining Values(Qty1 Remain…….4) I am getting some unwanted Null rows .So i  have to avoid that Null rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of that I have used the &lt;A href="Qty1 Remain "&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Qty2= if (Qty1&amp;gt;0,Qty2,0)+sum(ordered qty2) By using this expression instead of using &lt;A href="Qty1 Remain"&gt;&lt;/A&gt; I am getting out of virtual Memory error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use the Qty1 remain as Label in my Qty2 =(Qty1 Remain)+sum(ordered Qty2) I cant achieve my solution because null rows are produced.&lt;/P&gt;&lt;P&gt;I hope you  understood my problem&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;Thanks,&lt;/P&gt;&lt;P&gt;Sureshkumar.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 10:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/out-of-virtual-memory-Problem/m-p/366192#M136223</guid>
      <dc:creator />
      <dc:date>2012-06-25T10:51:15Z</dc:date>
    </item>
  </channel>
</rss>

