<?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: Condition clause while writing where not exist condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-clause-while-writing-where-not-exist-condition/m-p/63523#M785924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2018 15:25:57 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-03-07T15:25:57Z</dc:date>
    <item>
      <title>Condition clause while writing where not exist condition</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-clause-while-writing-where-not-exist-condition/m-p/63520#M785921</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;&lt;/P&gt;&lt;P&gt;I have gone through Exists and not exists condition.Could you please guide me regarding the condition.&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Employees:&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;LOAD * inline [&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Employee&lt;SPAN style="color: #800080;"&gt;|&lt;/SPAN&gt;&lt;STRONG style="color: #800080;"&gt;ID&lt;/STRONG&gt;|Salary&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Bill|001|20000&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;John|002|30000&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Steve|003|35000&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;] (delimiter is '|');&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Citizens:&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Load * inline [&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Name|Address|&lt;STRONG style="color: #993366;"&gt;ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Bill|New York|001&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Mary|London|004&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Steve|Chicago|003&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Lucy|Paris|005&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;John|Miami|002&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;] (delimiter is '|');&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;EmployeeAddresses:&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Load Name as Employee, Address Resident Citizens &lt;STRONG&gt;where not Exists (Employee, Name)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;In the above expression the condition was used between &lt;STRONG&gt;(Employee,Name&lt;/STRONG&gt;).But could any suggest me to use this condition for &lt;STRONG style="color: #993366;"&gt;ID&lt;/STRONG&gt; also in the same table EmployeeAddresses.&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Thanks in advance&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Regards,&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-clause-while-writing-where-not-exist-condition/m-p/63520#M785921</guid>
      <dc:creator>ak00428233</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Condition clause while writing where not exist condition</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-clause-while-writing-where-not-exist-condition/m-p/63521#M785922</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;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EmployeeAddresses:&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load Name as Employee,&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Address,&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #993366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/STRONG&gt; &lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Citizens &lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;where not Exists (Employee, Name) and not exists(ID);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 10:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-clause-while-writing-where-not-exist-condition/m-p/63521#M785922</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-07T10:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Condition clause while writing where not exist condition</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-clause-while-writing-where-not-exist-condition/m-p/63522#M785923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you youssef. It is working fine now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 15:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-clause-while-writing-where-not-exist-condition/m-p/63522#M785923</guid>
      <dc:creator>ak00428233</dc:creator>
      <dc:date>2018-03-07T15:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Condition clause while writing where not exist condition</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-clause-while-writing-where-not-exist-condition/m-p/63523#M785924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 15:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-clause-while-writing-where-not-exist-condition/m-p/63523#M785924</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-07T15:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Condition clause while writing where not exist condition</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-clause-while-writing-where-not-exist-condition/m-p/63524#M785925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you youssef.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 15:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-clause-while-writing-where-not-exist-condition/m-p/63524#M785925</guid>
      <dc:creator>ak00428233</dc:creator>
      <dc:date>2018-03-07T15:34:22Z</dc:date>
    </item>
  </channel>
</rss>

