<?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 Exists load with two fields in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Exists-load-with-two-fields/m-p/2121944#M91351</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;I am trying to load new rows to my month table, so that i only load those that have new timestamp and match fields 1 or 2. So my table looks like&lt;/P&gt;
&lt;P&gt;Field1&amp;nbsp; | Field2&amp;nbsp; | Timestamp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;xxx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| yyyy&amp;nbsp; &amp;nbsp; &amp;nbsp; | 2023-01-01 21:00:00&lt;BR /&gt;&amp;nbsp;xxx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| -&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 2023-01-01 21:00:00&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| yyyy&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 2023-01-01 21:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and i want to load to my new updated month table only those that dont have combination of field1 and timestamp or field2 and timestamp or both fields 1 and 2 and timestamp from my previous version of same month table. I have been trying with.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Month table&amp;nbsp; load&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;field1,field2, timestamp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;from source&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Concatenate(Monthtable)&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;from $(vStorefile) (qvd) &lt;BR /&gt;where (not Exists(Field1,Field1) or not Exists(Field2, Field2)) and&lt;BR /&gt;not Exists(Timestamp,Timestamp);&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;But this does not work. Any tips / Ideas.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2023 11:57:40 GMT</pubDate>
    <dc:creator>HamJan</dc:creator>
    <dc:date>2023-09-25T11:57:40Z</dc:date>
    <item>
      <title>Exists load with two fields</title>
      <link>https://community.qlik.com/t5/App-Development/Exists-load-with-two-fields/m-p/2121944#M91351</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;I am trying to load new rows to my month table, so that i only load those that have new timestamp and match fields 1 or 2. So my table looks like&lt;/P&gt;
&lt;P&gt;Field1&amp;nbsp; | Field2&amp;nbsp; | Timestamp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;xxx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| yyyy&amp;nbsp; &amp;nbsp; &amp;nbsp; | 2023-01-01 21:00:00&lt;BR /&gt;&amp;nbsp;xxx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| -&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 2023-01-01 21:00:00&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| yyyy&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 2023-01-01 21:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and i want to load to my new updated month table only those that dont have combination of field1 and timestamp or field2 and timestamp or both fields 1 and 2 and timestamp from my previous version of same month table. I have been trying with.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Month table&amp;nbsp; load&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;field1,field2, timestamp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;from source&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Concatenate(Monthtable)&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;from $(vStorefile) (qvd) &lt;BR /&gt;where (not Exists(Field1,Field1) or not Exists(Field2, Field2)) and&lt;BR /&gt;not Exists(Timestamp,Timestamp);&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;But this does not work. Any tips / Ideas.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 11:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exists-load-with-two-fields/m-p/2121944#M91351</guid>
      <dc:creator>HamJan</dc:creator>
      <dc:date>2023-09-25T11:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Exists load with two fields</title>
      <link>https://community.qlik.com/t5/App-Development/Exists-load-with-two-fields/m-p/2121954#M91353</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/231798"&gt;@HamJan&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add new fields along with original ones like;&lt;/P&gt;
&lt;P&gt;Field 1,&lt;/P&gt;
&lt;P&gt;Field 1 as F1,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Field 2,&lt;/P&gt;
&lt;P&gt;Field 2 as F2,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Timestamp,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Timestamp as T1,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use them within where not exist clause and drop them at the end.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 12:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exists-load-with-two-fields/m-p/2121954#M91353</guid>
      <dc:creator>Anku</dc:creator>
      <dc:date>2023-09-25T12:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exists load with two fields</title>
      <link>https://community.qlik.com/t5/App-Development/Exists-load-with-two-fields/m-p/2121995#M91354</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149355"&gt;@Anku&lt;/a&gt;&amp;nbsp;You mean like?&lt;BR /&gt;&lt;SPAN&gt;Concatenate(Monthtable)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*,Field1 as f1,..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from $(vStorefile) (qvd)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where (not Exists(Field1,F1) or not Exists(Field2, F2)) and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;not Exists(Timestamp,T1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 13:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exists-load-with-two-fields/m-p/2121995#M91354</guid>
      <dc:creator>HamJan</dc:creator>
      <dc:date>2023-09-25T13:33:57Z</dc:date>
    </item>
  </channel>
</rss>

