<?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 Loading data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-data/m-p/1708736#M725249</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a table with 1.6M + records and keep on adding daily basis on time stamp, for which I am trying to create a QVD from QVD Generator.&lt;/P&gt;&lt;P&gt;But the QVD Gen is taking more than 2 hours to run and create the QVD.&lt;/P&gt;&lt;P&gt;Moreover, I want only the records which have the latest time stamp.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Table of 1.6M&lt;/P&gt;&lt;P&gt;ID, Name, Time_Stamp&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;1, ABC, 6/6/2020&lt;/P&gt;&lt;P&gt;for today only the latest records ie 1, ABC should be picked&lt;/P&gt;&lt;P&gt;and for tomorrow the 1, ABC will be old record and which should be discarded and based on timestamp the latest record should be included.&lt;/P&gt;&lt;P&gt;I request your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;M. Parvez&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>parvez933</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data/m-p/1708736#M725249</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a table with 1.6M + records and keep on adding daily basis on time stamp, for which I am trying to create a QVD from QVD Generator.&lt;/P&gt;&lt;P&gt;But the QVD Gen is taking more than 2 hours to run and create the QVD.&lt;/P&gt;&lt;P&gt;Moreover, I want only the records which have the latest time stamp.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Table of 1.6M&lt;/P&gt;&lt;P&gt;ID, Name, Time_Stamp&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;1, ABC, 6/6/2020&lt;/P&gt;&lt;P&gt;for today only the latest records ie 1, ABC should be picked&lt;/P&gt;&lt;P&gt;and for tomorrow the 1, ABC will be old record and which should be discarded and based on timestamp the latest record should be included.&lt;/P&gt;&lt;P&gt;I request your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;M. Parvez&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data/m-p/1708736#M725249</guid>
      <dc:creator>parvez933</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data/m-p/1708761#M725250</link>
      <description>&lt;P&gt;May be this will help to keep only the last record.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
Load ID, Name, Time_Stamp
Resident..;

Right Join(tab1)
Load ID, Name, Max(Time_Stamp) As Time_Stamp
Resident tab1
Group By ID, Name;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2020 21:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data/m-p/1708761#M725250</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-06T21:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data/m-p/1724127#M725251</link>
      <description>&lt;P&gt;Would recommend reviewing the following links too:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/QVD_Incremental.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/QVD_Incremental.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Overview-of-Qlik-Incremental-Loading/ba-p/1466780" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Overview-of-Qlik-Incremental-Loading/ba-p/1466780&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 14:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data/m-p/1724127#M725251</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-07-01T14:06:20Z</dc:date>
    </item>
  </channel>
</rss>

