<?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: Where not exist in autoconcatenation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1798219#M64589</link>
    <description>&lt;P&gt;Small correction&lt;/P&gt;&lt;P&gt;When I refresh at 11.30 am&lt;/P&gt;&lt;P&gt;Final table&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; &amp;nbsp;200&lt;/P&gt;&lt;P&gt;6.&amp;nbsp; &amp;nbsp; 600&lt;/P&gt;</description>
    <pubDate>Fri, 09 Apr 2021 06:53:14 GMT</pubDate>
    <dc:creator>stonecold111</dc:creator>
    <dc:date>2021-04-09T06:53:14Z</dc:date>
    <item>
      <title>Where not exist in autoconcatenation</title>
      <link>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1795589#M62377</link>
      <description>&lt;P&gt;Hi qlikss,&lt;/P&gt;&lt;P&gt;I have 2 files in folder. Names of files.&lt;/P&gt;&lt;P&gt;I) daily_ 1.txt&lt;/P&gt;&lt;P&gt;Ii) daily_2.txt&lt;/P&gt;&lt;P&gt;I am loading into qliksense by using&amp;nbsp; *&lt;/P&gt;&lt;P&gt;Load * from daily_*.txt.&lt;/P&gt;&lt;P&gt;When I load I want to check whether record exist in first table by using id field in tables.&lt;/P&gt;&lt;P&gt;How can I do this when I am loading like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 09:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1795589#M62377</guid>
      <dc:creator>stonecold111</dc:creator>
      <dc:date>2021-03-30T09:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist in autoconcatenation</title>
      <link>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1795606#M62381</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121051"&gt;@QFabian&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 09:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1795606#M62381</guid>
      <dc:creator>stonecold111</dc:creator>
      <dc:date>2021-03-30T09:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist in autoconcatenation</title>
      <link>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1795616#M62382</link>
      <description>&lt;P&gt;Sample table:&lt;/P&gt;&lt;P&gt;Daily_1&lt;/P&gt;&lt;P&gt;I'd.&amp;nbsp; &amp;nbsp;Value&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; &amp;nbsp; &amp;nbsp; 100&lt;/P&gt;&lt;P&gt;Daily_2&lt;/P&gt;&lt;P&gt;I'd.&amp;nbsp; &amp;nbsp;Value&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;200&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; &amp;nbsp; &amp;nbsp; 300&lt;/P&gt;&lt;P&gt;Final table&lt;/P&gt;&lt;P&gt;I'd.&amp;nbsp; &amp;nbsp; Value&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; &amp;nbsp; &amp;nbsp; 100&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; &amp;nbsp; &amp;nbsp; 300&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 10:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1795616#M62382</guid>
      <dc:creator>stonecold111</dc:creator>
      <dc:date>2021-03-30T10:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist in autoconcatenation</title>
      <link>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1795827#M62398</link>
      <description>&lt;P&gt;Have you tried:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load * from daily_*.txt&lt;BR /&gt;Where not Exists(id);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 21:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1795827#M62398</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-03-30T21:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist in autoconcatenation</title>
      <link>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1795897#M62405</link>
      <description>&lt;P&gt;Thanks Rob.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 08:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1795897#M62405</guid>
      <dc:creator>stonecold111</dc:creator>
      <dc:date>2021-03-31T08:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist in autoconcatenation</title>
      <link>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1797845#M64527</link>
      <description>&lt;P&gt;Hi Bob,&lt;/P&gt;&lt;P&gt;It's working fine for where not exists ,&lt;/P&gt;&lt;P&gt;But when I use where exists it's fetching 0 records&lt;/P&gt;&lt;P&gt;It should be&amp;nbsp;&lt;/P&gt;&lt;P&gt;Final table&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; &amp;nbsp; 100&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; &amp;nbsp; 200&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 05:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1797845#M64527</guid>
      <dc:creator>stonecold111</dc:creator>
      <dc:date>2021-04-08T05:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist in autoconcatenation</title>
      <link>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1797888#M64530</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121051"&gt;@QFabian&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 08:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1797888#M64530</guid>
      <dc:creator>stonecold111</dc:creator>
      <dc:date>2021-04-08T08:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist in autoconcatenation</title>
      <link>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1798030#M64558</link>
      <description>&lt;P&gt;If you use&lt;/P&gt;&lt;P&gt;Where exists(id)&lt;/P&gt;&lt;P&gt;for every load nothing will get loaded. Because nothing has been loaded yet, the count of existing ids is zero.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 14:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1798030#M64558</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-04-08T14:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist in autoconcatenation</title>
      <link>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1798033#M64559</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/33298"&gt;@stonecold111&lt;/a&gt;&amp;nbsp;, here i made this sample, please check it :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Daily_1:&lt;BR /&gt;Load * INLINE [&lt;BR /&gt;Id1, Value&lt;BR /&gt;1,100&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Daily_2:&lt;BR /&gt;Load * INLINE [&lt;BR /&gt;Id2, Value&lt;BR /&gt;1, 200&lt;BR /&gt;2, 300&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Final:&lt;BR /&gt;Load&lt;BR /&gt;Id1 as ID,&lt;BR /&gt;Value&lt;BR /&gt;Resident Daily_1;&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;Id2 as ID,&lt;BR /&gt;Value&lt;BR /&gt;Resident Daily_2&lt;BR /&gt;Where not Exists(ID, Id2);&lt;/P&gt;&lt;P&gt;drop tables&lt;BR /&gt;Daily_1, Daily_2&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 14:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1798033#M64559</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2021-04-08T14:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist in autoconcatenation</title>
      <link>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1798204#M64586</link>
      <description>&lt;P&gt;Hi Fabian,&lt;/P&gt;&lt;P&gt;I provided sample data . I have to&amp;nbsp; auto concatenate&amp;nbsp;&lt;/P&gt;&lt;P&gt;5 Excel files. I need to take only IDs from latest file and need to check whether same I'd s are there from previous files.&lt;/P&gt;&lt;P&gt;So, final table&lt;/P&gt;&lt;P&gt;All IDs from latest file.+ Any matching IDs from previous 9 files.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;In folder I have 2 files.&lt;/P&gt;&lt;P&gt;First excel copied to this folder at 10 am&lt;/P&gt;&lt;P&gt;Data in first excel&lt;/P&gt;&lt;P&gt;I'd.&amp;nbsp; Name&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; &amp;nbsp; &amp;nbsp;100&lt;/P&gt;&lt;P&gt;5.&amp;nbsp; &amp;nbsp; &amp;nbsp;500&lt;/P&gt;&lt;P&gt;Second excel file copied into this folder at 11 am&lt;/P&gt;&lt;P&gt;Data in second excel&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; 200&lt;/P&gt;&lt;P&gt;6&amp;nbsp; &amp;nbsp;600&lt;/P&gt;&lt;P&gt;When I refresh at 10.30 am&lt;/P&gt;&lt;P&gt;My output is&lt;/P&gt;&lt;P&gt;I'd.&amp;nbsp; Name&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; &amp;nbsp; &amp;nbsp;100&lt;/P&gt;&lt;P&gt;5.&amp;nbsp; &amp;nbsp; &amp;nbsp;500&lt;/P&gt;&lt;P&gt;When I refresh at 11.30 am&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; &amp;nbsp;100&lt;/P&gt;&lt;P&gt;5.&amp;nbsp; &amp;nbsp;500&lt;/P&gt;&lt;P&gt;Like this in a day 5 Excel files are going to add to this folder at different intervals. I have multiple refreshes for this.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 05:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1798204#M64586</guid>
      <dc:creator>stonecold111</dc:creator>
      <dc:date>2021-04-09T05:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist in autoconcatenation</title>
      <link>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1798219#M64589</link>
      <description>&lt;P&gt;Small correction&lt;/P&gt;&lt;P&gt;When I refresh at 11.30 am&lt;/P&gt;&lt;P&gt;Final table&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; &amp;nbsp;200&lt;/P&gt;&lt;P&gt;6.&amp;nbsp; &amp;nbsp; 600&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 06:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1798219#M64589</guid>
      <dc:creator>stonecold111</dc:creator>
      <dc:date>2021-04-09T06:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Where not exist in autoconcatenation</title>
      <link>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1798385#M64619</link>
      <description>&lt;P&gt;You want the latest id row.&amp;nbsp; Use "where not exists(id) "&amp;nbsp; but load the files ordered latest file first.&amp;nbsp; You can build the list using "for each x in FileList()" or "First 1"&amp;nbsp; like shown below.&amp;nbsp; Here's an sample:&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;Files:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;First&lt;/SPAN&gt; 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;LOAD&lt;/SPAN&gt; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; FilePath&lt;/SPAN&gt;() &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;FilePath&lt;/SPAN&gt;,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; FileTime&lt;/SPAN&gt;() &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;FileTime&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;FROM&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;daily_*.txt&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(&lt;SPAN class="s1"&gt;fix&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;utf8&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;no&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;labels&lt;/SPAN&gt;);&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Files2:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;NoConcatenate&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;LOAD&lt;/SPAN&gt; *&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;Resident&lt;/SPAN&gt; Files&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;Order&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;By&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;FileTime&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;desc&lt;/SPAN&gt;; &lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;Drop&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;Table&lt;/SPAN&gt; Files;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;For&lt;/SPAN&gt; i = 0 &lt;SPAN class="s1"&gt;to&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;NoOfRows&lt;/SPAN&gt;('Files2')&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; LET&lt;/SPAN&gt; vFile = &lt;SPAN class="s1"&gt;Peek&lt;/SPAN&gt;('FilePath', &lt;SPAN class="s1"&gt;RecNo&lt;/SPAN&gt;(), 'Files2');&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Data:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; LOAD&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; *&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; FROM&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s2"&gt;&amp;nbsp; [$(vFile)]&lt;/SPAN&gt; (your filespec...&lt;BR /&gt;&amp;nbsp; Where not exists(id)&lt;BR /&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;Next&lt;/SPAN&gt; i&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank" rel="noopener"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank" rel="noopener"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank" rel="noopener"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 15:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-not-exist-in-autoconcatenation/m-p/1798385#M64619</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-04-09T15:16:31Z</dc:date>
    </item>
  </channel>
</rss>

