<?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: Exists function. Exist(id,id) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exists-function-Exist-id-id/m-p/1329077#M410810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you are right.&lt;/P&gt;&lt;P&gt;there is already loaded table before that with column id&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Apr 2017 07:37:21 GMT</pubDate>
    <dc:creator>stonecold111</dc:creator>
    <dc:date>2017-04-27T07:37:21Z</dc:date>
    <item>
      <title>Exists function. Exist(id,id)</title>
      <link>https://community.qlik.com/t5/QlikView/Exists-function-Exist-id-id/m-p/1329072#M410805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikss.&lt;/P&gt;&lt;P&gt;In my script part when loading from oracle database&lt;/P&gt;&lt;P&gt;script is like this:&lt;/P&gt;&lt;P&gt;load * &lt;/P&gt;&lt;P&gt;where exists(id,id);&lt;/P&gt;&lt;P&gt;sql select id,&lt;/P&gt;&lt;P&gt;group,&lt;/P&gt;&lt;P&gt;data,&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;from table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why they used exists(id,id).&amp;nbsp;&amp;nbsp; why can't we use simple exists(id)&lt;/P&gt;&lt;P&gt;someone explain plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 07:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists-function-Exist-id-id/m-p/1329072#M410805</guid>
      <dc:creator>stonecold111</dc:creator>
      <dc:date>2017-04-27T07:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exists function. Exist(id,id)</title>
      <link>https://community.qlik.com/t5/QlikView/Exists-function-Exist-id-id/m-p/1329073#M410806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the field names are same then you can use &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;exists(id) or &lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;exists(id,id)&amp;nbsp; functionality will be same&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 07:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists-function-Exist-id-id/m-p/1329073#M410806</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-04-27T07:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exists function. Exist(id,id)</title>
      <link>https://community.qlik.com/t5/QlikView/Exists-function-Exist-id-id/m-p/1329074#M410807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have only one field id&lt;/P&gt;&lt;P&gt;not fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 07:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists-function-Exist-id-id/m-p/1329074#M410807</guid>
      <dc:creator>stonecold111</dc:creator>
      <dc:date>2017-04-27T07:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Exists function. Exist(id,id)</title>
      <link>https://community.qlik.com/t5/QlikView/Exists-function-Exist-id-id/m-p/1329075#M410808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exists function accepts at least one parameter (where field name is common in both the tables) and at max two parameters &lt;SPAN style="font-size: 13.3333px;"&gt;(where field name is different in both the tables)&lt;/SPAN&gt;.&amp;nbsp; In given example, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;exists(id,id) as well as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;exists(id) will work fine.&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;BR /&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;Regards!&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;Rahul&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 07:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists-function-Exist-id-id/m-p/1329075#M410808</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-04-27T07:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exists function. Exist(id,id)</title>
      <link>https://community.qlik.com/t5/QlikView/Exists-function-Exist-id-id/m-p/1329076#M410809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if already loaded table has a &lt;STRONG&gt;column called id ? then this table will load only the data i.e. id which are present in the previously loaded table &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor46"&gt;&lt;/A&gt;&lt;A name="exists"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;exists(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;field [ , expression ] &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Determines whether a specific field value exists in a specified field of the data loaded so far. &lt;SPAN class="Italic"&gt;Field&lt;/SPAN&gt; is a name or a string expression evaluating to a field name. The field must exist in the data loaded so far by the script. &lt;SPAN class="Italic"&gt;Expr&lt;/SPAN&gt; is an expression evaluating to the field value to look for in the specified field. If omitted, the current record’s value in the specified field will be assumed. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;exists(Month, 'Jan')&lt;/SPAN&gt; returns -1 (true) if the field value &lt;SPAN class="Italic"&gt;'Jan'&lt;/SPAN&gt; is found in the current content of the field &lt;SPAN class="Italic"&gt;Month&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;exists(IDnr, IDnr)&lt;/SPAN&gt; returns -1 (true) if the value of the field IDnr in the current record already exists in any previously read record containing that field. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;exists (IDnr)&lt;/SPAN&gt; is identical to the previous example. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;Load Employee, ID, Salary from Employees.csv; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="Code"&gt;Load FirstName&amp;amp; ' ' &amp;amp;LastName as Employee, Comment from Citizens.csv where exists (Employee, FirstName&amp;amp; ' ' &amp;amp;LastName);&lt;/SPAN&gt; &lt;BR /&gt;Only comments regarding those citizens who are employees are read. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;Load A, B, C, from Employees.csv where not exists (A);&lt;/SPAN&gt; &lt;BR /&gt;This is equivalent to performing a distinct load on field A. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 07:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists-function-Exist-id-id/m-p/1329076#M410809</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-04-27T07:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exists function. Exist(id,id)</title>
      <link>https://community.qlik.com/t5/QlikView/Exists-function-Exist-id-id/m-p/1329077#M410810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you are right.&lt;/P&gt;&lt;P&gt;there is already loaded table before that with column id&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 07:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists-function-Exist-id-id/m-p/1329077#M410810</guid>
      <dc:creator>stonecold111</dc:creator>
      <dc:date>2017-04-27T07:37:21Z</dc:date>
    </item>
  </channel>
</rss>

