<?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() dosent work in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487235#M1129538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont know ehat error you are getting but see the below sample and put this in new file it relaods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code, SubCode, Qty, Total Qty&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 111, , 25, 58&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 111, b, 23, 58&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 111, , 10, 58&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 222, a, 11, 68&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 222, b, 34, 68&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 333, c, 23, 68&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code, SubCode, Qty, [Total Qty] as ss&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where not Exists(SubCode)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order by Code ASC;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Dec 2013 09:16:37 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2013-12-16T09:16:37Z</dc:date>
    <item>
      <title>Exists() dosent work</title>
      <link>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487234#M1129537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only want to get Tshirt3 in last tabel 'newProducts'. Ived tried this with Exists, looked in the manual and looked at exampels but i cant get it right. Any idees?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OldProducts:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; product,date,sum&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-09-01,290&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-10-01,280&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-11-01,260&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-12-01,200&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-09-01,300&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-10-01,250&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-11-01,200&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-12-01,150&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AllProducts:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; product,date,sum,tmp&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-09-01,290&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-10-01,280&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-11-01,260&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-12-01,200&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-09-01,300&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-10-01,250&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-11-01,200&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-12-01,150&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;'Tshirt3',2013-12-29,150&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(AllProducts)&lt;/P&gt;&lt;P&gt;&amp;nbsp; load *&lt;/P&gt;&lt;P&gt;resident OldProducts&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;newProducts:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp; product&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,RowNo() as rowNo&lt;/P&gt;&lt;P&gt;resident AllProducts&lt;/P&gt;&lt;P&gt;where NOT Exists(product)&lt;/P&gt;&lt;P&gt;&amp;nbsp; order by date ASC&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop tables AllProducts, OldProducts;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 09:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487234#M1129537</guid>
      <dc:creator />
      <dc:date>2013-12-16T09:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exists() dosent work</title>
      <link>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487235#M1129538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont know ehat error you are getting but see the below sample and put this in new file it relaods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code, SubCode, Qty, Total Qty&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 111, , 25, 58&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 111, b, 23, 58&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 111, , 10, 58&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 222, a, 11, 68&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 222, b, 34, 68&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 333, c, 23, 68&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code, SubCode, Qty, [Total Qty] as ss&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where not Exists(SubCode)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order by Code ASC;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 09:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487235#M1129538</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-12-16T09:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exists() dosent work</title>
      <link>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487236#M1129539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using this &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where (SubCode &amp;lt;&amp;gt; null() &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 09:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487236#M1129539</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-12-16T09:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exists() dosent work</title>
      <link>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487237#M1129540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When you concatenate the old and new products you get a product field with all the products, i.e. all products exists. That's why the not exists(product) doesn't work. Try:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;OldProducts:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load product as oldproduct, date, sum Inline [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; product,date,sum&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt1',2013-09-01,290&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt1',2013-10-01,280&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt1',2013-11-01,260&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt1',2013-12-01,200&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt2',2013-09-01,300&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt2',2013-10-01,250&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt2',2013-11-01,200&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt2',2013-12-01,150&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AllProducts:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * Inline [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; product,date,sum,tmp&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt1',2013-09-01,290&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt1',2013-10-01,280&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt1',2013-11-01,260&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt1',2013-12-01,200&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt2',2013-09-01,300&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt2',2013-10-01,250&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt2',2013-11-01,200&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Tshirt2',2013-12-01,150&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;'Tshirt3',2013-12-29,150&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NewProducts:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;noconcatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load * resident AllProducts&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where not exists(oldproduct, product);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop tables OldProducts, AllProducts;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 09:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487237#M1129540</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-16T09:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exists() dosent work</title>
      <link>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487238#M1129541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OldProducts:&lt;/P&gt;&lt;P&gt;Load *&lt;STRONG&gt;,product as OldProduct&lt;/STRONG&gt; Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; product,date,sum&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-09-01,290&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-10-01,280&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-11-01,260&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-12-01,200&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-09-01,300&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-10-01,250&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-11-01,200&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-12-01,150&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AllProducts:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; product,date,sum&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-09-01,290&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-10-01,280&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-11-01,260&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt1',2013-12-01,200&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-09-01,300&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-10-01,250&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-11-01,200&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt2',2013-12-01,150&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Tshirt3',2013-12-29,150&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;newProducts:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp; product&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,RowNo() as rowNo&lt;/P&gt;&lt;P&gt;resident AllProducts&lt;/P&gt;&lt;P&gt;where NOT&lt;STRONG&gt; Exists(OldProduct,product)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; order by date ASC&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop tables AllProducts, OldProducts;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 09:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487238#M1129541</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-12-16T09:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Exists() dosent work</title>
      <link>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487239#M1129542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get it, but why dose the manual says:&lt;/P&gt;&lt;P&gt;"exists(IDnr, IDnr) returns -1 (true) if the value of the field IDnr in the current record already&lt;/P&gt;&lt;P&gt;exists in any previously read record containing that field."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"exists (IDnr) is identical to the previous example."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should not rename the field to "old"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 09:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487239#M1129542</guid>
      <dc:creator />
      <dc:date>2013-12-16T09:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exists() dosent work</title>
      <link>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487240#M1129543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;if the value of the field IDnr in the current record already&lt;/P&gt;
&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;exists in any previously read record containing that field&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;Previously read record&lt;/EM&gt; does not just mean the records of the table that's currently being loaded, but any record of any table already loaded in the in-memory database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 09:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exists-dosent-work/m-p/487240#M1129543</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-16T09:35:28Z</dc:date>
    </item>
  </channel>
</rss>

