<?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: Where Not function in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Where-Not-function/m-p/1649135#M48405</link>
    <description>&lt;P&gt;Perhaps these ways&lt;/P&gt;&lt;P&gt;Where not ("Credit Number" like '201915523' or "Credit Number" like '201915522') or&lt;BR /&gt;Not ("Svc Branch Number" like '91' or "Svc Branch Number" like '92' or ....)&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Where not Match("Credit Number", '201915523', '201915522') or&lt;BR /&gt;Not Match("Svc Branch Number", '91', '92',..)&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2019 13:45:43 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2019-11-20T13:45:43Z</dc:date>
    <item>
      <title>Where Not function</title>
      <link>https://community.qlik.com/t5/App-Development/Where-Not-function/m-p/1649131#M48402</link>
      <description>&lt;P&gt;Hiya,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to load my data in and have used in the script a 'where not' to exclude two credit numbers - See the photo, however this is not working and when I go to create my visualisations, the two credit numbers are included in the data.&lt;/P&gt;&lt;P&gt;What am I doing wrong here? The same is&amp;nbsp; happening with the Svc branch number.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Annotation 2019-11-20 133111.jpg" style="width: 767px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24069iA791B50B76DBA37F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Annotation 2019-11-20 133111.jpg" alt="Annotation 2019-11-20 133111.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-Not-function/m-p/1649131#M48402</guid>
      <dc:creator>NemoAndStitch22</dc:creator>
      <dc:date>2024-11-16T19:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Where Not function</title>
      <link>https://community.qlik.com/t5/App-Development/Where-Not-function/m-p/1649135#M48405</link>
      <description>&lt;P&gt;Perhaps these ways&lt;/P&gt;&lt;P&gt;Where not ("Credit Number" like '201915523' or "Credit Number" like '201915522') or&lt;BR /&gt;Not ("Svc Branch Number" like '91' or "Svc Branch Number" like '92' or ....)&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Where not Match("Credit Number", '201915523', '201915522') or&lt;BR /&gt;Not Match("Svc Branch Number", '91', '92',..)&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 13:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-Not-function/m-p/1649135#M48405</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-11-20T13:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Where Not function</title>
      <link>https://community.qlik.com/t5/App-Development/Where-Not-function/m-p/1649187#M48408</link>
      <description>&lt;P&gt;I've tried both ways and they are still showing in my analysis...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Annotation 2019-11-20 145012.jpg" style="width: 575px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24073i4DD1A9EEFDF621C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Annotation 2019-11-20 145012.jpg" alt="Annotation 2019-11-20 145012.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 14:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-Not-function/m-p/1649187#M48408</guid>
      <dc:creator>NemoAndStitch22</dc:creator>
      <dc:date>2019-11-20T14:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Where Not function</title>
      <link>https://community.qlik.com/t5/App-Development/Where-Not-function/m-p/1649421#M48428</link>
      <description>&lt;P&gt;Mayby try this: not match(fild1,'val1','val2') and&amp;nbsp;not match(fild2,'val1','val2')?&lt;/P&gt;&lt;P&gt;in some systems or works not like in sql query.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 05:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-Not-function/m-p/1649421#M48428</guid>
      <dc:creator>Ilya_Bobrov</dc:creator>
      <dc:date>2019-11-21T05:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Where Not function</title>
      <link>https://community.qlik.com/t5/App-Development/Where-Not-function/m-p/1649425#M48430</link>
      <description>&lt;P&gt;You would probably need 'and', like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Where not Match("Credit Number", '201915523', '201915522') &lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not Match("Svc Branch Number", '91', '92',..)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 06:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-Not-function/m-p/1649425#M48430</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-11-21T06:15:53Z</dc:date>
    </item>
  </channel>
</rss>

