<?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: what is exits? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-is-exits/m-p/897467#M997421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;P&gt;&lt;/P&gt;&lt;P&gt;Source: QlikView Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2015 05:49:32 GMT</pubDate>
    <dc:creator>jsingh71</dc:creator>
    <dc:date>2015-06-25T05:49:32Z</dc:date>
    <item>
      <title>what is exits?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-exits/m-p/897464#M997418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is exits function and not exists examples&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-exits/m-p/897464#M997418</guid>
      <dc:creator>gkcchowdary</dc:creator>
      <dc:date>2015-06-25T05:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: what is exits?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-exits/m-p/897465#M997419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/gkcchowdary"&gt;gkcchowdary&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Exists operator as same as IN.&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-exits/m-p/897465#M997419</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-06-25T05:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: what is exits?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-exits/m-p/897466#M997420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://qlikviewmaven.blogspot.in/2009/01/qlikview-exists-function.html"&gt;http://qlikviewmaven.blogspot.in/2009/01/qlikview-exists-function.html&lt;/A&gt;Please look into this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-exits/m-p/897466#M997420</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-06-25T05:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: what is exits?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-exits/m-p/897467#M997421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;P&gt;&lt;/P&gt;&lt;P&gt;Source: QlikView Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-exits/m-p/897467#M997421</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2015-06-25T05:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: what is exits?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-exits/m-p/897468#M997422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Please check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-6866"&gt;Dual &amp;amp;amp; Exists – Useful Functions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-exits/m-p/897468#M997422</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-06-25T05:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: what is exits?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-exits/m-p/897469#M997423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exists function tell us whether a specific field value exists in a specified field of the data loaded so far or not.&lt;/P&gt;&lt;P&gt;Eg:Exists(field_name,'value')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;if the 'value' exists in field_name then it returns true, else false.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-exits/m-p/897469#M997423</guid>
      <dc:creator />
      <dc:date>2015-06-25T05:51:42Z</dc:date>
    </item>
  </channel>
</rss>

