<?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 problem loading data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/problem-loading-data/m-p/1814486#M66594</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a little car problem when I have a little piece of code that allows me to create data from the previous 7 days, the problem is that if the data already exists, well it is doubled, and I therefore want to avoid that.&lt;/P&gt;&lt;P&gt;If anyone has any advice or a tip, thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jun 2021 12:55:40 GMT</pubDate>
    <dc:creator>thomasv</dc:creator>
    <dc:date>2021-06-11T12:55:40Z</dc:date>
    <item>
      <title>problem loading data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-loading-data/m-p/1814486#M66594</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a little car problem when I have a little piece of code that allows me to create data from the previous 7 days, the problem is that if the data already exists, well it is doubled, and I therefore want to avoid that.&lt;/P&gt;&lt;P&gt;If anyone has any advice or a tip, thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 12:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-loading-data/m-p/1814486#M66594</guid>
      <dc:creator>thomasv</dc:creator>
      <dc:date>2021-06-11T12:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem loading data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-loading-data/m-p/1814656#M66615</link>
      <description>&lt;P&gt;Hi, you can use Exists() to check if a value already exists, so you can first load the data you want to prorize (the last 7 days or the previously loaded data) and then load the other checking with Exists:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TableWithDataToKeep:
LOAD  Key, OtherFields...

TableWithMoreData
LOAD  Key, OtherFields...
Where not Exists(Key);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 08:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-loading-data/m-p/1814656#M66615</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-06-12T08:06:29Z</dc:date>
    </item>
  </channel>
</rss>

