<?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: two exists conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/two-exists-conditions/m-p/715535#M257384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didnt try this as there are more than one combined keys in the table and one key is used to concatenate similar fields from other table and another one for 3rd table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the data when displayed is having duplicate so and thinking to use two not exists condition for two combined keys and check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2014 06:50:11 GMT</pubDate>
    <dc:creator>santhosh_k_n</dc:creator>
    <dc:date>2014-09-17T06:50:11Z</dc:date>
    <item>
      <title>two exists conditions</title>
      <link>https://community.qlik.com/t5/QlikView/two-exists-conditions/m-p/715532#M257381</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;Is it possible to use two exists condition in single load as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load A&amp;amp;'-'&amp;amp;B&amp;amp;'-'&amp;amp;C as ABC_Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&amp;amp;'-'&amp;amp;B as AB_Key &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D &lt;/P&gt;&lt;P&gt;from ABCD.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load A&amp;amp;'-'&amp;amp;B&amp;amp;'-'&amp;amp;C as ABC_Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&amp;amp;'-'&amp;amp;B as AB_Key &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F,G&lt;/P&gt;&lt;P&gt;from ABCEFG.qvd&lt;/P&gt;&lt;P&gt;where not exists(ABC_Key,A&amp;amp;'-'&amp;amp;B&amp;amp;'-'&amp;amp;C ) and not exists(AB_Key,A&amp;amp;'-'&amp;amp;B);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 06:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/two-exists-conditions/m-p/715532#M257381</guid>
      <dc:creator>santhosh_k_n</dc:creator>
      <dc:date>2014-09-17T06:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: two exists conditions</title>
      <link>https://community.qlik.com/t5/QlikView/two-exists-conditions/m-p/715533#M257382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possible. Do you face any issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 06:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/two-exists-conditions/m-p/715533#M257382</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-17T06:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: two exists conditions</title>
      <link>https://community.qlik.com/t5/QlikView/two-exists-conditions/m-p/715534#M257383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may help you &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/28035"&gt;More than one column in Exists condition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 06:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/two-exists-conditions/m-p/715534#M257383</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-09-17T06:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: two exists conditions</title>
      <link>https://community.qlik.com/t5/QlikView/two-exists-conditions/m-p/715535#M257384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didnt try this as there are more than one combined keys in the table and one key is used to concatenate similar fields from other table and another one for 3rd table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the data when displayed is having duplicate so and thinking to use two not exists condition for two combined keys and check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 06:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/two-exists-conditions/m-p/715535#M257384</guid>
      <dc:creator>santhosh_k_n</dc:creator>
      <dc:date>2014-09-17T06:50:11Z</dc:date>
    </item>
  </channel>
</rss>

