<?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: Take new data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Take-new-data/m-p/2428534#M96374</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;Got it!&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2024 03:57:34 GMT</pubDate>
    <dc:creator>Kartik2</dc:creator>
    <dc:date>2024-03-08T03:57:34Z</dc:date>
    <item>
      <title>Take new data</title>
      <link>https://community.qlik.com/t5/App-Development/Take-new-data/m-p/2428252#M96347</link>
      <description>&lt;P&gt;I am taking some data from qvd, the unique key is something like this (*Jan2023) this QVD has data of 2022 2023 and 2024 .&lt;BR /&gt;Now i just want the data of 2023 from an qvd file to be replaced by 2023 data taken from the excel file.&lt;BR /&gt;all the column names are same in both the files ,also the data like account_id, description is same just the numerical column 'Amount' is different in excel and i want that instead of the 'Amount' column coming from QVD&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;How can this be done ,using concatenation and where not exists won't work as unique key is same in both the excel and QVD file&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other way?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 12:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-new-data/m-p/2428252#M96347</guid>
      <dc:creator>Kartik2</dc:creator>
      <dc:date>2024-03-07T12:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Take new data</title>
      <link>https://community.qlik.com/t5/App-Development/Take-new-data/m-p/2428262#M96349</link>
      <description>&lt;P&gt;Could you perhaps first load the excel data, and after that concatenate load the qvd data using&amp;nbsp;&lt;EM&gt;not exists()&lt;/EM&gt;?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 12:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-new-data/m-p/2428262#M96349</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-03-07T12:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Take new data</title>
      <link>https://community.qlik.com/t5/App-Development/Take-new-data/m-p/2428348#M96353</link>
      <description>&lt;P&gt;What I think I understand is the the key is *not* unique, which is why you can't use "where not exists(key)". If I'm understanding correctly, I can suggest two approaches.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp; Load the Excel file and then concatenate the QVD file with "where key not like *2023".&lt;/P&gt;
&lt;P&gt;2) A more elegant approach as it doesn't rely on hard coding, is to load an extra copy of the key and use that in the not exists.&lt;/P&gt;
&lt;P&gt;Load *, key as key2 from excel....;&lt;/P&gt;
&lt;P&gt;Concatenate Load * from qvd..&lt;BR /&gt;where not exists(key2, key);&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 19:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-new-data/m-p/2428348#M96353</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-03-08T19:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Take new data</title>
      <link>https://community.qlik.com/t5/App-Development/Take-new-data/m-p/2428534#M96374</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;Got it!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 03:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-new-data/m-p/2428534#M96374</guid>
      <dc:creator>Kartik2</dc:creator>
      <dc:date>2024-03-08T03:57:34Z</dc:date>
    </item>
  </channel>
</rss>

