<?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 How do I filter a straight table w/ expressions? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-filter-a-straight-table-w-expressions/m-p/1149427#M891433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field with the values 'Yes' or 'No'. How do I filter the table to only show 'Yes' values? Without creating a button or filter list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I've tried so far is to create a 'match' expression and then hide the null values. However the values converted to 0 or 1, and the 0 values wouldn't suppress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field name is: Rights/Options/Warrants&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TIA. &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>How do I filter a straight table w/ expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-filter-a-straight-table-w-expressions/m-p/1149427#M891433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field with the values 'Yes' or 'No'. How do I filter the table to only show 'Yes' values? Without creating a button or filter list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I've tried so far is to create a 'match' expression and then hide the null values. However the values converted to 0 or 1, and the 0 values wouldn't suppress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field name is: Rights/Options/Warrants&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TIA. &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/How-do-I-filter-a-straight-table-w-expressions/m-p/1149427#M891433</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I filter a straight table w/ expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-filter-a-straight-table-w-expressions/m-p/1149428#M891434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you apply set analysis to one of the Expressions in your straight table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;[Rights/Options/Warrants]={'Yes'}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Charlie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 12:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-filter-a-straight-table-w-expressions/m-p/1149428#M891434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-22T12:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I filter a straight table w/ expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-filter-a-straight-table-w-expressions/m-p/1149429#M891435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a condition within the dimension like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Rights/Options/Warrants] = 'Yes', [Rights/Options/Warrants])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and hiding NULL within the dimension. Or you used as respectively within each expression a set analysis like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; {Rights/Options/Warrants] = {'Yes'}&amp;gt;} AnyValueField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and hiding NULL within the presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 13:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-filter-a-straight-table-w-expressions/m-p/1149429#M891435</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-08-22T13:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I filter a straight table w/ expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-filter-a-straight-table-w-expressions/m-p/1149430#M891436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(wildmatch(FieldName.,'Yes')&amp;gt;0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'Others'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) as &amp;lt;New Field Name&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 13:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-filter-a-straight-table-w-expressions/m-p/1149430#M891436</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-08-22T13:22:22Z</dc:date>
    </item>
  </channel>
</rss>

