<?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 write  not exists in  script for 3 fields. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-not-exists-in-script-for-3-fields/m-p/525107#M196205</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;May be try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;where Empid not exists (a,b) and not exists(a,c);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Dec 2013 05:33:41 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2013-12-04T05:33:41Z</dc:date>
    <item>
      <title>How to write  not exists in  script for 3 fields.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-not-exists-in-script-for-3-fields/m-p/525104#M196202</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;@How to write&amp;nbsp; not exists in&amp;nbsp; script for 3 fields.&lt;A href="https://community.qlik.com/qlik-users/2001"&gt;QlikTech Admin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex : where Empid not exists (a,b)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exists accepts 2 fields so how to write it for 3 fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 05:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-not-exists-in-script-for-3-fields/m-p/525104#M196202</guid>
      <dc:creator />
      <dc:date>2013-12-04T05:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to write  not exists in  script for 3 fields.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-not-exists-in-script-for-3-fields/m-p/525105#M196203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can use and condition see the below example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: where not exists (Empid,Empid1) and not exists (Empid,Empid2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 05:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-not-exists-in-script-for-3-fields/m-p/525105#M196203</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-12-04T05:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to write  not exists in  script for 3 fields.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-not-exists-in-script-for-3-fields/m-p/525106#M196204</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;USE another Not Exist like below:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;where Empid not exists (a,b) AND not &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;exists (c)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 05:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-not-exists-in-script-for-3-fields/m-p/525106#M196204</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-12-04T05:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to write  not exists in  script for 3 fields.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-not-exists-in-script-for-3-fields/m-p/525107#M196205</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;May be try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;where Empid not exists (a,b) and not exists(a,c);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 05:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-not-exists-in-script-for-3-fields/m-p/525107#M196205</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-12-04T05:33:41Z</dc:date>
    </item>
  </channel>
</rss>

