<?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: Filter specific word in strait table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215871#M389442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The = operator cannot do this sort of search, use Like instead:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(Customer Like '*We*', Customer) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, as Sunny said, the correct solution depends on where/how you are planning to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2017 12:47:35 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2017-01-09T12:47:35Z</dc:date>
    <item>
      <title>Filter specific word in strait table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215869#M389440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I make filter with in a strait table, where I use one dimension and several expressions?&lt;/P&gt;&lt;P&gt;I'll want to make different tables, where I want to use this filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;So I'll want to use =&amp;gt; &lt;STRONG&gt;if(Customer = '*We*', Customer)&lt;/STRONG&gt; to show one table with all the customers contains 'We'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I'll do this, it doesn't show these customers, but only a -&lt;/P&gt;&lt;P&gt;Normally, when dimension is Customer, it shows of course all the customers. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 12:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215869#M389440</guid>
      <dc:creator>tappij2012</dc:creator>
      <dc:date>2017-01-09T12:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filter specific word in strait table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215870#M389441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using this as dimension or expression? I hope as a dimension? Would you be able to a share a sample where this isn't working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 12:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215870#M389441</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-09T12:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filter specific word in strait table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215871#M389442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The = operator cannot do this sort of search, use Like instead:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(Customer Like '*We*', Customer) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, as Sunny said, the correct solution depends on where/how you are planning to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 12:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215871#M389442</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-01-09T12:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Filter specific word in strait table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215872#M389443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148812_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;I want to see a table witch shows only the rows 2 and 4 for this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 12:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215872#M389443</guid>
      <dc:creator>tappij2012</dc:creator>
      <dc:date>2017-01-09T12:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filter specific word in strait table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215873#M389444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(Customer, '*We*'), Customer)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 12:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215873#M389444</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-09T12:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Filter specific word in strait table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215874#M389445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. This helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 12:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215874#M389445</guid>
      <dc:creator>tappij2012</dc:creator>
      <dc:date>2017-01-09T12:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filter specific word in strait table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215875#M389446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either of these should work as a dimension (they are functionally the same so which one to use is simply a matter of style):&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If(Customer Like '*We*', Customer) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If(WildMatch(Customer, '*We*'), Customer)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to suppress null values in the dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 13:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-specific-word-in-strait-table/m-p/1215875#M389446</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-01-09T13:47:26Z</dc:date>
    </item>
  </channel>
</rss>

