<?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: not exist (better understanding) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/not-exist-better-understanding/m-p/86663#M604196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm,&lt;/P&gt;&lt;P&gt;without looking at your files, it is hard to guess, what might be wrong.&lt;/P&gt;&lt;P&gt;Technically script is OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest to check the formatting for currency_date, and try to use NUM(TODAY()).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2018 10:52:18 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2018-09-03T10:52:18Z</dc:date>
    <item>
      <title>not exist (better understanding)</title>
      <link>https://community.qlik.com/t5/QlikView/not-exist-better-understanding/m-p/86662#M604195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Not exists.jpg" class="jive-image image-1" height="329" src="/legacyfs/online/212478_Not exists.jpg" style="height: 329px; width: 620px;" width="620" /&gt;&lt;/P&gt;&lt;P&gt;I have above code working as I wonted. &lt;/P&gt;&lt;P&gt;Every day new set of data is loaded and concatenated into master file (NBP.qvd) I had to use temp field called Date_check to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the begging I have tried different code which doesn't work for the incremental load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you be so kind and explain me why the bottom code is not working in that case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Not exists wrong.jpg" class="jive-image image-2" src="/legacyfs/online/212479_Not exists wrong.jpg" style="height: 323px; width: 620px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 10:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-exist-better-understanding/m-p/86662#M604195</guid>
      <dc:creator>waszcma1</dc:creator>
      <dc:date>2018-09-03T10:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: not exist (better understanding)</title>
      <link>https://community.qlik.com/t5/QlikView/not-exist-better-understanding/m-p/86663#M604196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm,&lt;/P&gt;&lt;P&gt;without looking at your files, it is hard to guess, what might be wrong.&lt;/P&gt;&lt;P&gt;Technically script is OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest to check the formatting for currency_date, and try to use NUM(TODAY()).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 10:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-exist-better-understanding/m-p/86663#M604196</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2018-09-03T10:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: not exist (better understanding)</title>
      <link>https://community.qlik.com/t5/QlikView/not-exist-better-understanding/m-p/86664#M604197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exists() is checking against the symbol table of field currency_date, and this table is updated with every new record read from NBP.qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since currency_date is not a primary key (guess you can have the same date for multiple currencies), you will only load new data for one currency.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 10:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-exist-better-understanding/m-p/86664#M604197</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-09-03T10:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: not exist (better understanding)</title>
      <link>https://community.qlik.com/t5/QlikView/not-exist-better-understanding/m-p/86665#M604198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I got it, Thanks a lot !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I understood correctly the following scripts use primary_key and works perfectly&lt;/P&gt;&lt;P&gt;&lt;IMG alt="not exists primary key.jpg" class="jive-image image-1" src="/legacyfs/online/212484_not exists primary key.jpg" style="height: 336px; width: 620px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 11:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-exist-better-understanding/m-p/86665#M604198</guid>
      <dc:creator>waszcma1</dc:creator>
      <dc:date>2018-09-03T11:20:33Z</dc:date>
    </item>
  </channel>
</rss>

