<?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: Building a filter off an if statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Building-a-filter-off-an-if-statement/m-p/1232501#M867356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a list box expression like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(X &amp;gt;= 1, 'Y', 'N')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Once you do this, you should be able to select Y or N to select there corresponding rows.&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2016 11:55:08 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-12-09T11:55:08Z</dc:date>
    <item>
      <title>Building a filter off an if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Building-a-filter-off-an-if-statement/m-p/1232496#M867351</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;I'm looking to add a filter at the front of my dashboard to filter the underlying data and tables to show certain figures if a number is equal or great to 1, and the another set if it's less than 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I started with the below in a simple listbox and I was hoping it would offer two options (Y &amp;amp; N) that would filter the data down accordingly. I would need the calculation to be done at the entity level (one of the field within my data).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;/SPAN&gt;SUM(&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;X)&lt;/SPAN&gt;&amp;gt;=1,"Y","N") &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks.&lt;/SPAN&gt;&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/Building-a-filter-off-an-if-statement/m-p/1232496#M867351</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Building a filter off an if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Building-a-filter-off-an-if-statement/m-p/1232497#M867352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum(X) based on what dimension?? You need to add a dimension here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(If(Sum(X) &amp;gt;= 1, 'Y', 'N'), &lt;EM&gt;List Your Dimension/s Here&lt;/EM&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 17:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Building-a-filter-off-an-if-statement/m-p/1232497#M867352</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-08T17:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Building a filter off an if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Building-a-filter-off-an-if-statement/m-p/1232498#M867353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. I simplified my query a bit already but within X I have my dimensions listed. This gives me a value at the entity_level and I'm looking to filter my dashboard to either show for those with value 0-1 or above 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 17:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Building-a-filter-off-an-if-statement/m-p/1232498#M867353</guid>
      <dc:creator />
      <dc:date>2016-12-08T17:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Building a filter off an if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Building-a-filter-off-an-if-statement/m-p/1232499#M867354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you want this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(X &amp;gt;= 1, 'Y', 'N')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 18:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Building-a-filter-off-an-if-statement/m-p/1232499#M867354</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-08T18:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Building a filter off an if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Building-a-filter-off-an-if-statement/m-p/1232500#M867355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, that does seem to work. Is there a way to quickly filter for 'Y' or 'N'? At the moment I need to drag and select and as I have multiple thousand values on my dimension, it's taking some time and is not always guaranteed to grab all. I have sorted the Y and N alphabetically to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 09:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Building-a-filter-off-an-if-statement/m-p/1232500#M867355</guid>
      <dc:creator />
      <dc:date>2016-12-09T09:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Building a filter off an if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Building-a-filter-off-an-if-statement/m-p/1232501#M867356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a list box expression like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(X &amp;gt;= 1, 'Y', 'N')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Once you do this, you should be able to select Y or N to select there corresponding rows.&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 11:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Building-a-filter-off-an-if-statement/m-p/1232501#M867356</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T11:55:08Z</dc:date>
    </item>
  </channel>
</rss>

