<?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: Multiple Or in Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Or-in-Load/m-p/1437079#M431613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you might as well load your unwanted Failure Modes from a source you can maintain outside of your script code and exclude matching records using the &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/InterRecordFunctions/Exists.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/InterRecordFunctions/Exists.htm"&gt;Exists()&lt;/A&gt; function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_277700_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179304_QlikCommunity_Thread_277700_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1507755186590893 jive_text_macro" jivemacro_uid="_1507755186590893"&gt;
&lt;P&gt;tabFailModExcl:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; excluded Failure Mode&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR06 - Shipping Issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR03 - Incorrect Quantity Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR02 - Incorrect Product Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR01 - Insufficient Product Quality&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabShipments:&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as ID, * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Failure Mode&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR01 - Insufficient Product Quality&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR02 - Incorrect Product Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR03 - Incorrect Quantity Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR04 - Incorrect Color Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR05 - Incorrect Size Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR06 - Shipping Issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR07 - Due Date exceeded&lt;/P&gt;
&lt;P&gt;]&lt;/P&gt;
&lt;P&gt;Where not Exists([excluded Failure Mode],[Failure Mode]);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table tabFailModExcl;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(replace inline loads with you real sources)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Oct 2017 20:54:00 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2017-10-11T20:54:00Z</dc:date>
    <item>
      <title>Multiple Or in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Or-in-Load/m-p/1437075#M431609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am trying to filter out records from loading using the where clause - I have more than one code that I dont want in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried multiple variations on:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where([Failure Mode] &amp;lt;&amp;gt; 'OR06 - Shippping Issue')&lt;/P&gt;&lt;P&gt;OR ([Failure Mode] &amp;lt;&amp;gt;&amp;nbsp; 'OR03 - Incorrect Quantity Sent') ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this is a rookie move - but can someone give me a direction? its driving me crazy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;-L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 16:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Or-in-Load/m-p/1437075#M431609</guid>
      <dc:creator>leocattqv</dc:creator>
      <dc:date>2017-10-11T16:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Or in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Or-in-Load/m-p/1437076#M431610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Not WildMatch(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Failure Mode], '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OR06 - Shippping Issue&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OR03 - Incorrect Quantity Sent&lt;/SPAN&gt;')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 16:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Or-in-Load/m-p/1437076#M431610</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-11T16:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Or in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Or-in-Load/m-p/1437077#M431611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or may be you AND between them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where([Failure Mode] &amp;lt;&amp;gt; 'OR06 - Shippping Issue') &lt;SPAN style="color: #ff0000;"&gt;AND&lt;/SPAN&gt; ([Failure Mode] &amp;lt;&amp;gt;&amp;nbsp; 'OR03 - Incorrect Quantity Sent') ;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 17:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Or-in-Load/m-p/1437077#M431611</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-11T17:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Or in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Or-in-Load/m-p/1437078#M431612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Okay, but he should use it better:&lt;BR /&gt;Where not Match&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Failure Mode], '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OR06 - Shippping Issue&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OR03 - Incorrect Quantity Sent&lt;/SPAN&gt;')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;For a better performance.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 20:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Or-in-Load/m-p/1437078#M431612</guid>
      <dc:creator>uroboros</dc:creator>
      <dc:date>2017-10-11T20:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Or in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Or-in-Load/m-p/1437079#M431613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you might as well load your unwanted Failure Modes from a source you can maintain outside of your script code and exclude matching records using the &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/InterRecordFunctions/Exists.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/InterRecordFunctions/Exists.htm"&gt;Exists()&lt;/A&gt; function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_277700_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179304_QlikCommunity_Thread_277700_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1507755186590893 jive_text_macro" jivemacro_uid="_1507755186590893"&gt;
&lt;P&gt;tabFailModExcl:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; excluded Failure Mode&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR06 - Shipping Issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR03 - Incorrect Quantity Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR02 - Incorrect Product Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR01 - Insufficient Product Quality&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabShipments:&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as ID, * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Failure Mode&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR01 - Insufficient Product Quality&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR02 - Incorrect Product Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR03 - Incorrect Quantity Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR04 - Incorrect Color Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR05 - Incorrect Size Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR06 - Shipping Issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR07 - Due Date exceeded&lt;/P&gt;
&lt;P&gt;]&lt;/P&gt;
&lt;P&gt;Where not Exists([excluded Failure Mode],[Failure Mode]);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table tabFailModExcl;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(replace inline loads with you real sources)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 20:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Or-in-Load/m-p/1437079#M431613</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-10-11T20:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Or in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Or-in-Load/m-p/1437080#M431614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15077557129906703" jivemacro_uid="_15077557129906703"&gt;
&lt;P&gt;mapFailModExcl:&lt;/P&gt;
&lt;P&gt;Mapping&lt;/P&gt;
&lt;P&gt;LOAD *, 0 INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; excluded Failure Mode&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR06 - Shipping Issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR03 - Incorrect Quantity Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR02 - Incorrect Product Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR01 - Insufficient Product Quality&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabShipments:&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as ID, * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Failure Mode&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR01 - Insufficient Product Quality&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR02 - Incorrect Product Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR03 - Incorrect Quantity Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR04 - Incorrect Color Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR05 - Incorrect Size Sent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR06 - Shipping Issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR07 - Due Date exceeded&lt;/P&gt;
&lt;P&gt;]&lt;/P&gt;
&lt;P&gt;Where ApplyMap('mapFailModExcl',[Failure Mode],1);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope&amp;nbsp; this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 21:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Or-in-Load/m-p/1437080#M431614</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-10-11T21:02:40Z</dc:date>
    </item>
  </channel>
</rss>

