<?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 to use Resident Where AND OR as below sample in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-Resident-Where-AND-OR-as-below-sample/m-p/218639#M71726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible that the problem is really in the P_AUX table, where you want to join this table (maybe there is a problem with field names) ?&lt;/P&gt;&lt;P&gt;BR, Miha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jul 2010 09:53:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-07-09T09:53:44Z</dc:date>
    <item>
      <title>How to use Resident Where AND OR as below sample</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Resident-Where-AND-OR-as-below-sample/m-p/218637#M71724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I keep the code as below, but the "where" condition doesn't working, who can help?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Join(P_AUX)&lt;BR /&gt; Load&lt;BR /&gt; %ITM,&lt;BR /&gt; 'Selecting' as SELT,&lt;BR /&gt; [UMCONV] as QTYS&lt;BR /&gt; resident ITEM WHERE left([Segm 3],2)&amp;lt;&amp;gt;'WF' OR [Segm 3]&amp;lt;&amp;gt;'STU' OR [Segm 3]&amp;lt;&amp;gt;'REJ' OR [Segm 3]&amp;lt;&amp;gt;'GOA' OR [Segm 3]&amp;lt;&amp;gt;'SVA';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 09:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Resident-Where-AND-OR-as-below-sample/m-p/218637#M71724</guid>
      <dc:creator />
      <dc:date>2010-07-09T09:01:11Z</dc:date>
    </item>
    <item>
      <title>How to use Resident Where AND OR as below sample</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Resident-Where-AND-OR-as-below-sample/m-p/218638#M71725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have field [Segm 3] in the ITEM table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 09:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Resident-Where-AND-OR-as-below-sample/m-p/218638#M71725</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-07-09T09:45:04Z</dc:date>
    </item>
    <item>
      <title>How to use Resident Where AND OR as below sample</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Resident-Where-AND-OR-as-below-sample/m-p/218639#M71726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible that the problem is really in the P_AUX table, where you want to join this table (maybe there is a problem with field names) ?&lt;/P&gt;&lt;P&gt;BR, Miha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 09:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Resident-Where-AND-OR-as-below-sample/m-p/218639#M71726</guid>
      <dc:creator />
      <dc:date>2010-07-09T09:53:44Z</dc:date>
    </item>
    <item>
      <title>How to use Resident Where AND OR as below sample</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Resident-Where-AND-OR-as-below-sample/m-p/218640#M71727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the records will pass the test because you use 'not equal' (&amp;lt;&amp;gt;) combined with OR.&lt;/P&gt;&lt;P&gt;Replacing the OR with AND will solve your problem.&lt;/P&gt;&lt;P&gt;Huub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 11:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Resident-Where-AND-OR-as-below-sample/m-p/218640#M71727</guid>
      <dc:creator />
      <dc:date>2010-07-09T11:03:34Z</dc:date>
    </item>
    <item>
      <title>How to use Resident Where AND OR as below sample</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Resident-Where-AND-OR-as-below-sample/m-p/218641#M71728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are true man, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 01:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Resident-Where-AND-OR-as-below-sample/m-p/218641#M71728</guid>
      <dc:creator />
      <dc:date>2010-07-12T01:56:43Z</dc:date>
    </item>
  </channel>
</rss>

