<?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 Where statement excludes multiple items from QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-statement-excludes-multiple-items-from-QVD/m-p/1747331#M590614</link>
    <description>&lt;P&gt;I am having an issue with getting my script to correctly exclude two different things from the data load. Is there something wrong with my syntax? :&lt;/P&gt;&lt;P&gt;Fired:&lt;BR /&gt;LOAD EXP,&lt;BR /&gt;FIRING_RECORD,&lt;BR /&gt;EXP &amp;amp; '-' &amp;amp; RULE as %KEY_DOMAIN_RULE, //join to Rule table&lt;BR /&gt;RULE,&lt;BR /&gt;ALERT_DT_TM,&lt;BR /&gt;date(TRX_DATE, 'MM/DD/YYYY') as TRX_DATE,&lt;BR /&gt;RULE &amp;amp; '-' &amp;amp; date(MonthName(TRX_DATE),'MM-YY') as %KEY_RULE_TRX_DATE,&lt;BR /&gt;TRX_TIME,&lt;BR /&gt;ALERT,&lt;BR /&gt;FACILITY,&lt;BR /&gt;POSITION,&lt;BR /&gt;NURSE_UNIT,&lt;BR /&gt;ENCNTR_PRSNL_RELTN,&lt;BR /&gt;ALERT_RECIPIENT&lt;BR /&gt;FROM&lt;BR /&gt;[..\QVD\01_Extract_QVD\Fired.qvd]&lt;BR /&gt;(qvd)&lt;BR /&gt;&lt;STRONG&gt;where not WildMatch(POSITION, '*PFS*') and not WildMatch(ALERT,'*PT_CARE_DONOR_NETWORK*');&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 18:03:25 GMT</pubDate>
    <dc:creator>cbaqir</dc:creator>
    <dc:date>2024-11-16T18:03:25Z</dc:date>
    <item>
      <title>Where statement excludes multiple items from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Where-statement-excludes-multiple-items-from-QVD/m-p/1747331#M590614</link>
      <description>&lt;P&gt;I am having an issue with getting my script to correctly exclude two different things from the data load. Is there something wrong with my syntax? :&lt;/P&gt;&lt;P&gt;Fired:&lt;BR /&gt;LOAD EXP,&lt;BR /&gt;FIRING_RECORD,&lt;BR /&gt;EXP &amp;amp; '-' &amp;amp; RULE as %KEY_DOMAIN_RULE, //join to Rule table&lt;BR /&gt;RULE,&lt;BR /&gt;ALERT_DT_TM,&lt;BR /&gt;date(TRX_DATE, 'MM/DD/YYYY') as TRX_DATE,&lt;BR /&gt;RULE &amp;amp; '-' &amp;amp; date(MonthName(TRX_DATE),'MM-YY') as %KEY_RULE_TRX_DATE,&lt;BR /&gt;TRX_TIME,&lt;BR /&gt;ALERT,&lt;BR /&gt;FACILITY,&lt;BR /&gt;POSITION,&lt;BR /&gt;NURSE_UNIT,&lt;BR /&gt;ENCNTR_PRSNL_RELTN,&lt;BR /&gt;ALERT_RECIPIENT&lt;BR /&gt;FROM&lt;BR /&gt;[..\QVD\01_Extract_QVD\Fired.qvd]&lt;BR /&gt;(qvd)&lt;BR /&gt;&lt;STRONG&gt;where not WildMatch(POSITION, '*PFS*') and not WildMatch(ALERT,'*PT_CARE_DONOR_NETWORK*');&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-statement-excludes-multiple-items-from-QVD/m-p/1747331#M590614</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2024-11-16T18:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Where statement excludes multiple items from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Where-statement-excludes-multiple-items-from-QVD/m-p/1747362#M590615</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44206"&gt;@cbaqir&lt;/a&gt;&amp;nbsp; and if ?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Fired:
LOAD EXP,
FIRING_RECORD,
EXP &amp;amp; '-' &amp;amp; RULE as %KEY_DOMAIN_RULE, //join to Rule table
RULE,
ALERT_DT_TM,
date(TRX_DATE, 'MM/DD/YYYY') as TRX_DATE,
RULE &amp;amp; '-' &amp;amp; date(MonthName(TRX_DATE),'MM-YY') as %KEY_RULE_TRX_DATE,
TRX_TIME,
ALERT,
FACILITY,
POSITION,
NURSE_UNIT,
ENCNTR_PRSNL_RELTN,
ALERT_RECIPIENT
FROM
[..\QVD\01_Extract_QVD\Fired.qvd]
(qvd)
where  WildMatch(POSITION, '*PFS*')=0 and WildMatch(ALERT,'*PT_CARE_DONOR_NETWORK*')=0;&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 26 Sep 2020 09:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-statement-excludes-multiple-items-from-QVD/m-p/1747362#M590615</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-09-26T09:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Where statement excludes multiple items from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Where-statement-excludes-multiple-items-from-QVD/m-p/1747395#M590616</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44206"&gt;@cbaqir&lt;/a&gt;&amp;nbsp;,&amp;nbsp; please include the below in where condition&lt;/P&gt;&lt;P&gt;Where not ( WildMatch(POSITION, '*PFS*')&lt;BR /&gt;and WildMatch(ALERT,'*PT_CARE_DONOR_NETWORK*'));&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 13:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-statement-excludes-multiple-items-from-QVD/m-p/1747395#M590616</guid>
      <dc:creator>ramchalla</dc:creator>
      <dc:date>2020-09-26T13:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Where statement excludes multiple items from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Where-statement-excludes-multiple-items-from-QVD/m-p/1747748#M590617</link>
      <description>&lt;P&gt;I tired this but it didn't work.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-statement-excludes-multiple-items-from-QVD/m-p/1747748#M590617</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2020-09-28T14:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Where statement excludes multiple items from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Where-statement-excludes-multiple-items-from-QVD/m-p/1747750#M590618</link>
      <description>&lt;P&gt;I tried this but it didn't work.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-statement-excludes-multiple-items-from-QVD/m-p/1747750#M590618</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2020-09-28T14:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Where statement excludes multiple items from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Where-statement-excludes-multiple-items-from-QVD/m-p/1748122#M590619</link>
      <description>&lt;P&gt;Some example records would be helpful - which one should be included and which excluded. Maybe the concat of the conditions should be AND else OR or XOR or maybe any combination of them.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-statement-excludes-multiple-items-from-QVD/m-p/1748122#M590619</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-09-29T13:34:26Z</dc:date>
    </item>
  </channel>
</rss>

