<?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 Filtering zero values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-zero-values/m-p/1440352#M813759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the chart I have following expression: &lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;DatCen={"&amp;gt;=$(vStartDate) &amp;lt;=$(vEndDate)"}, [Entry Type]={1}&amp;gt;}-Quantity)&lt;/P&gt;&lt;P&gt;My goal is to filter data to show only zero values or values which are &amp;lt;=vInput.&lt;/P&gt;&lt;P&gt;Suppress zero values in Presentation tab is not an option in this case, My opinion is that I can solve this through calculated dimension I Was try with:&lt;/P&gt;&lt;P&gt;=If(Aggr(Rank(Sum({$&amp;lt;DatCen={"&amp;gt;=$(vStartDate) &amp;lt;=$(vEndDate)"}, [Entry Type]={1}&amp;gt;}-Quantity)&amp;lt;=vInput), Sum({$&amp;lt;DatCen={"&amp;gt;=$(vStartDate) &amp;lt;=$(vEndDate)"}, [Entry Type]={1}&amp;gt;}-Quantity))&amp;lt;=vInput, Sifra, Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but result is error. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA, Igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Filtering zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-zero-values/m-p/1440352#M813759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the chart I have following expression: &lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;DatCen={"&amp;gt;=$(vStartDate) &amp;lt;=$(vEndDate)"}, [Entry Type]={1}&amp;gt;}-Quantity)&lt;/P&gt;&lt;P&gt;My goal is to filter data to show only zero values or values which are &amp;lt;=vInput.&lt;/P&gt;&lt;P&gt;Suppress zero values in Presentation tab is not an option in this case, My opinion is that I can solve this through calculated dimension I Was try with:&lt;/P&gt;&lt;P&gt;=If(Aggr(Rank(Sum({$&amp;lt;DatCen={"&amp;gt;=$(vStartDate) &amp;lt;=$(vEndDate)"}, [Entry Type]={1}&amp;gt;}-Quantity)&amp;lt;=vInput), Sum({$&amp;lt;DatCen={"&amp;gt;=$(vStartDate) &amp;lt;=$(vEndDate)"}, [Entry Type]={1}&amp;gt;}-Quantity))&amp;lt;=vInput, Sifra, Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but result is error. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA, Igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-zero-values/m-p/1440352#M813759</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-zero-values/m-p/1440353#M813760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try below calculated dimension &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(if(Sum({$&amp;lt;DatCen={"&amp;gt;=$(vStartDate) &amp;lt;=$(vEndDate)"}, [Entry Type]={1}&amp;gt;}-Quantity)&amp;lt;=$(vInput),&lt;/P&gt;&lt;P&gt;Sifra,null()),Sifra)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check suppress when value i NULL option on calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression will be like below&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;DatCen={"&amp;gt;=$(vStartDate) &amp;lt;=$(vEndDate)"}, [Entry Type]={1}&amp;gt;}-Quantity)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 10:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-zero-values/m-p/1440353#M813760</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-09-29T10:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-zero-values/m-p/1440354#M813761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for your reply, but with yours calculated dimensions all records are shown as null()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 11:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-zero-values/m-p/1440354#M813761</guid>
      <dc:creator />
      <dc:date>2017-09-29T11:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-zero-values/m-p/1440355#M813762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vInput has numerical value. it will be helpful if you can share the sample to look at&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 13:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-zero-values/m-p/1440355#M813762</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-09-29T13:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-zero-values/m-p/1440356#M813763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct. Thank you very much. Now I will have peaceful weekend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 14:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-zero-values/m-p/1440356#M813763</guid>
      <dc:creator />
      <dc:date>2017-09-29T14:18:58Z</dc:date>
    </item>
  </channel>
</rss>

