<?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 New logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-logic/m-p/642032#M1090052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an table having 3 column A,B,C..A have name and B/C having there values..&lt;/P&gt;&lt;P&gt;So when calculate D which is B-C.. so my requirement is that if calculated D field is 0,row should not be shown...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment for the for details.. row 'hd' should not be shown by logic..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 16:54:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-21T16:54:32Z</dc:date>
    <item>
      <title>New logic</title>
      <link>https://community.qlik.com/t5/QlikView/New-logic/m-p/642032#M1090052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an table having 3 column A,B,C..A have name and B/C having there values..&lt;/P&gt;&lt;P&gt;So when calculate D which is B-C.. so my requirement is that if calculated D field is 0,row should not be shown...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment for the for details.. row 'hd' should not be shown by logic..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 16:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-logic/m-p/642032#M1090052</guid>
      <dc:creator />
      <dc:date>2014-05-21T16:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: New logic</title>
      <link>https://community.qlik.com/t5/QlikView/New-logic/m-p/642033#M1090053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand what you are trying to do...&amp;nbsp; You have a chart dimension =If(Match(AA,'0'),Null(),AA) which always returns the same values as AA, since the condition always is FALSE. So, the chart shows what it should show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 17:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-logic/m-p/642033#M1090053</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-05-21T17:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: New logic</title>
      <link>https://community.qlik.com/t5/QlikView/New-logic/m-p/642034#M1090054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Henric..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to hide the row which have 0 value in C column...so i write this expression in AA dimension .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tell u again my requirement&amp;nbsp; ... I have there column AA,A and B....and I want If column C which are coming from A-B is 0 that row should not be shown in the table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are u&amp;nbsp; able to get my requirement ..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 17:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-logic/m-p/642034#M1090054</guid>
      <dc:creator />
      <dc:date>2014-05-21T17:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: New logic</title>
      <link>https://community.qlik.com/t5/QlikView/New-logic/m-p/642035#M1090055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please find the updated attachment and forget about Dimension expression.. I know the expression is wrong..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now plz solve my problem...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I have there column AA,A and B....and I want If column C which are coming from A-B is 0 that row should not be shown in the table....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 17:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-logic/m-p/642035#M1090055</guid>
      <dc:creator />
      <dc:date>2014-05-21T17:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: New logic</title>
      <link>https://community.qlik.com/t5/QlikView/New-logic/m-p/642036#M1090056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;have a loook at the attach example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i changed the dimension to calculate dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 17:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-logic/m-p/642036#M1090056</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-05-21T17:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: New logic</title>
      <link>https://community.qlik.com/t5/QlikView/New-logic/m-p/642037#M1090057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not how QlikView works. To hide a row where there are &lt;EM&gt;&lt;STRONG&gt;possible&lt;/STRONG&gt;&lt;/EM&gt; values of expression "A" and expression "B" is against the logic of QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But nothing is impossible. If you use the following as dimension&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(Aggr(Sum(BB)-Sum(CC),AA)&amp;lt;&amp;gt;0,AA)&lt;/P&gt;&lt;P&gt;and check "Suppress when value is NULL" on the dimension tab, then this row will disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 17:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-logic/m-p/642037#M1090057</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-05-21T17:55:51Z</dc:date>
    </item>
  </channel>
</rss>

