<?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: omit record in the expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/omit-record-in-the-expression/m-p/1054681#M353636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use calculated Dimension or add the filter on the set expression like below ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF( ProdTypeCode &amp;lt;&amp;gt; 20021,ProdTypeCode) and select "Supress Value is Null"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;ProdTypeCode-={20021}&amp;gt;} Value) --&amp;gt; you can use set expression in your expression to avoid the 20021 ProdTypeCode and relatively its speed when compare to Calculated Dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2016 03:12:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-01T03:12:14Z</dc:date>
    <item>
      <title>omit record in the expression</title>
      <link>https://community.qlik.com/t5/QlikView/omit-record-in-the-expression/m-p/1054679#M353634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how do I omit a row from showing up in my grid using the Expression function (i.e. I don't want to do it I the SQL script load)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my data looks like below.&amp;nbsp; I don't want products to be included if the Prodtypecode is 200021.&amp;nbsp; I have tried many ways but cant get it to work?&amp;nbsp; I have a filter that says IsMember = 'Yes' and that works fine so I don't understand why this wont work.&amp;nbsp; Any help appreciated.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/116354_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 03:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/omit-record-in-the-expression/m-p/1054679#M353634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-01T03:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: omit record in the expression</title>
      <link>https://community.qlik.com/t5/QlikView/omit-record-in-the-expression/m-p/1054680#M353635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can &lt;SPAN style="font-size: 13.3333px;"&gt;try something like below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/116358_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use Aggr function instead of "If" statement in calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(only({&amp;lt;ProdTypeCode-={'200021'}&amp;gt;} &lt;SPAN style="font-size: 13.3333px;"&gt;ProdTypeCode&lt;/SPAN&gt;),&lt;SPAN style="font-size: 13.3333px;"&gt;ProdTypeCode&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 03:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/omit-record-in-the-expression/m-p/1054680#M353635</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-03-01T03:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: omit record in the expression</title>
      <link>https://community.qlik.com/t5/QlikView/omit-record-in-the-expression/m-p/1054681#M353636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use calculated Dimension or add the filter on the set expression like below ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF( ProdTypeCode &amp;lt;&amp;gt; 20021,ProdTypeCode) and select "Supress Value is Null"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;ProdTypeCode-={20021}&amp;gt;} Value) --&amp;gt; you can use set expression in your expression to avoid the 20021 ProdTypeCode and relatively its speed when compare to Calculated Dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 03:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/omit-record-in-the-expression/m-p/1054681#M353636</guid>
      <dc:creator />
      <dc:date>2016-03-01T03:12:14Z</dc:date>
    </item>
  </channel>
</rss>

