<?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: How to use Not WildMatch function that should include Null values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-use-Not-WildMatch-function-that-should-include-Null/m-p/1830926#M68493</link>
    <description>&lt;P&gt;Thank You for your response!!&lt;/P&gt;</description>
    <pubDate>Tue, 24 Aug 2021 20:08:29 GMT</pubDate>
    <dc:creator>Cherry08</dc:creator>
    <dc:date>2021-08-24T20:08:29Z</dc:date>
    <item>
      <title>How to use Not WildMatch function that should include Null values</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-Not-WildMatch-function-that-should-include-Null/m-p/1830905#M68484</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to write a query that needs to eliminate couple of values(ID's) from a field(EmployeeID) so I am using Not WildMatch function as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where Not WildMatch (EmployeeID,'22156', '22160','22340', '*23*');&lt;/P&gt;&lt;P&gt;But that function is also eliminating Null values in the EmployeeID field. Could someone help me how we can eliminate those ID's but &lt;STRONG&gt;include Null values&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 19:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-Not-WildMatch-function-that-should-include-Null/m-p/1830905#M68484</guid>
      <dc:creator>Cherry08</dc:creator>
      <dc:date>2021-08-24T19:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Not WildMatch function that should include Null values</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-Not-WildMatch-function-that-should-include-Null/m-p/1830909#M68485</link>
      <description>&lt;P&gt;What about adding a condition for the null values like this&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Where (&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;isnull(EmployeeID)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;OR Not WildMatch (EmployeeID,'22156', '22160','22340', '*23*')&lt;BR /&gt;&amp;nbsp; &amp;nbsp;);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 19:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-Not-WildMatch-function-that-should-include-Null/m-p/1830909#M68485</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-08-24T19:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Not WildMatch function that should include Null values</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-Not-WildMatch-function-that-should-include-Null/m-p/1830922#M68490</link>
      <description>&lt;P&gt;Try like this,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Where Not WildMatch (If(IsNull(EmployeeID),'ITSNULL',EmployeeID),'22156', '22160','22340', '*23*');&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 19:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-Not-WildMatch-function-that-should-include-Null/m-p/1830922#M68490</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-08-24T19:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Not WildMatch function that should include Null values</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-Not-WildMatch-function-that-should-include-Null/m-p/1830925#M68492</link>
      <description>&lt;P&gt;Thank You So much!! This works&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 20:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-Not-WildMatch-function-that-should-include-Null/m-p/1830925#M68492</guid>
      <dc:creator>Cherry08</dc:creator>
      <dc:date>2021-08-24T20:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Not WildMatch function that should include Null values</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-Not-WildMatch-function-that-should-include-Null/m-p/1830926#M68493</link>
      <description>&lt;P&gt;Thank You for your response!!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 20:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-Not-WildMatch-function-that-should-include-Null/m-p/1830926#M68493</guid>
      <dc:creator>Cherry08</dc:creator>
      <dc:date>2021-08-24T20:08:29Z</dc:date>
    </item>
  </channel>
</rss>

