<?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: Load if distinct???? Combining Data Files, but not loading duplicates in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-if-distinct-Combining-Data-Files-but-not-loading-duplicates/m-p/2126227#M91652</link>
    <description>&lt;P&gt;That worked great!&amp;nbsp; Thanks for the tip.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Oct 2023 22:48:06 GMT</pubDate>
    <dc:creator>JoeCharter</dc:creator>
    <dc:date>2023-10-06T22:48:06Z</dc:date>
    <item>
      <title>Load if distinct???? Combining Data Files, but not loading duplicates</title>
      <link>https://community.qlik.com/t5/App-Development/Load-if-distinct-Combining-Data-Files-but-not-loading-duplicates/m-p/2126129#M91643</link>
      <description>&lt;P&gt;I have 2 data files that contain the same fields.&amp;nbsp; One file is from last year and the other file is from this year.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The files keep track of estimate information and each entry is timestamped with "Modified Date".&amp;nbsp; If an estimate was only edited last year then it won't be in this year's file.&amp;nbsp; If the estimate was only edited this year then it won't be in last year's file.&amp;nbsp; But there are many instances where the estimate spanned both years and is included in both files.&amp;nbsp; I only want to load the data with the most recent Modified Date.&lt;/P&gt;
&lt;P&gt;The other challenge is that each estimate loads multiple rows of data.&amp;nbsp; They all have the same Estimate ID, but show different details about the estimate.&amp;nbsp; I only want to keep the most current rows for each estimate.&lt;/P&gt;
&lt;P&gt;Does something like the bold text below exist?&lt;/P&gt;
&lt;P&gt;Table 1:&lt;/P&gt;
&lt;P&gt;LOAD Estimate ID, Estimate Name, Modified Date, ....other estimate info... FROM [lib://.......this year]&lt;/P&gt;
&lt;P&gt;Table 2:&lt;/P&gt;
&lt;P&gt;LOAD &lt;STRONG&gt;(if Estimate ID is not already in Table 1)&lt;/STRONG&gt; Estimate ID, Estimate Name, Modified Date, ....other estimate info... FROM [lib://.......last year]&lt;/P&gt;
&lt;P&gt;Any suggestions would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 15:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-if-distinct-Combining-Data-Files-but-not-loading-duplicates/m-p/2126129#M91643</guid>
      <dc:creator>JoeCharter</dc:creator>
      <dc:date>2023-10-06T15:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Load if distinct???? Combining Data Files, but not loading duplicates</title>
      <link>https://community.qlik.com/t5/App-Development/Load-if-distinct-Combining-Data-Files-but-not-loading-duplicates/m-p/2126131#M91644</link>
      <description>&lt;P&gt;Hi Joe,&lt;/P&gt;
&lt;P&gt;Yes, you can use the Exists() function:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;WHERE&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; NOT Exists([Estimate ID])&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 15:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-if-distinct-Combining-Data-Files-but-not-loading-duplicates/m-p/2126131#M91644</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2023-10-06T15:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load if distinct???? Combining Data Files, but not loading duplicates</title>
      <link>https://community.qlik.com/t5/App-Development/Load-if-distinct-Combining-Data-Files-but-not-loading-duplicates/m-p/2126227#M91652</link>
      <description>&lt;P&gt;That worked great!&amp;nbsp; Thanks for the tip.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 22:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-if-distinct-Combining-Data-Files-but-not-loading-duplicates/m-p/2126227#M91652</guid>
      <dc:creator>JoeCharter</dc:creator>
      <dc:date>2023-10-06T22:48:06Z</dc:date>
    </item>
  </channel>
</rss>

