<?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: How to create Incremental Load without Date &amp; Id in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445948#M796546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely sure your needed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, My assumption is simple - Is there anything problem to main atleast single primary key from tables which need to club and concatenate. Because, To update we can work for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * From Where Primary &amp;gt;= '$(Max)';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * From Table Where Not Exists (Primary);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Dec 2017 07:10:37 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-12-22T07:10:37Z</dc:date>
    <item>
      <title>How to create Incremental Load without Date &amp; Id</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445942#M796540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;Is there any method to create incremental load without DATE &amp;amp; ID, like any system assigned unique row numbers .&lt;/P&gt;&lt;P&gt;So that we can fetch new updated Row Numbers as Updated Records using Incremental Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Munnawar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445942#M796540</guid>
      <dc:creator>munnawar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Incremental Load without Date &amp; Id</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445943#M796541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go through this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/173838"&gt;Incremental Load without Date field&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 04:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445943#M796541</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-12-22T04:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Incremental Load without Date &amp; Id</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445944#M796542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Barry said, You may need to arrange the DM using &lt;STRONG&gt;Hash&lt;/STRONG&gt; collision. I just wonder, Why are you needed Increment Load here..! Can you little more in clear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 05:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445944#M796542</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-22T05:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Incremental Load without Date &amp; Id</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445945#M796543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil Babu,&lt;/P&gt;&lt;P&gt;Actually DATA is storing DAY wise like DAY1Qty, DAY1Value, DAY2Qty,DAY2Value and MonthYear field&lt;/P&gt;&lt;P&gt;as well,My USER want to see daily data ,So i have extracted DAY wise QTY &amp;amp; VALUE &lt;SPAN style="font-size: 13.3333px;"&gt;using CROSSTABLE &lt;/SPAN&gt; separately n stored in separate QTY &amp;amp; VALUE&amp;nbsp; QVD's&amp;nbsp; and&amp;nbsp; in Final load i have Concatenated to get DAY wise data ,But this data is DAILY INVENTORY ,SO huge nor of records are updated daily&amp;nbsp; if i do load it is taking nearly 1 hour or more&amp;nbsp; for only this Load,&lt;/P&gt;&lt;P&gt;So i want to&amp;nbsp; extract Updated&amp;nbsp; Records&amp;nbsp; from my first LOAD itself n STORE this updated RECORDS separately as &lt;SPAN style="font-size: 13.3333px;"&gt;VALUE n QTY QVD's &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I could have &lt;SPAN style="font-size: 13.3333px;"&gt;applied Incremental load on &lt;/SPAN&gt;MonthYear Field&amp;nbsp; But my scenario is different , i have to get updated record Daily ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So i want that scenario , without using DATE n ID field to extract DATA Daily&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 05:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445945#M796543</guid>
      <dc:creator>munnawar</dc:creator>
      <dc:date>2017-12-22T05:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Incremental Load without Date &amp; Id</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445946#M796544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, But if you already done CrossTable for that to make group it has only one table? And you are updating from source having fields may doesn't have in CrossLoad? Could be throws an Synthetic keys to do. I would assume, Do the same using Cross Load to that and Concatenate them that means (2 cross should concatenate).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 06:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445946#M796544</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-22T06:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Incremental Load without Date &amp; Id</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445947#M796545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil, &lt;/P&gt;&lt;P&gt;Yes i hve concatenated , all the data is displaying fine , But now i want only updated record for my first Load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 06:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445947#M796545</guid>
      <dc:creator>munnawar</dc:creator>
      <dc:date>2017-12-22T06:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Incremental Load without Date &amp; Id</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445948#M796546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely sure your needed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, My assumption is simple - Is there anything problem to main atleast single primary key from tables which need to club and concatenate. Because, To update we can work for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * From Where Primary &amp;gt;= '$(Max)';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * From Table Where Not Exists (Primary);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 07:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Incremental-Load-without-Date-Id/m-p/1445948#M796546</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-22T07:10:37Z</dc:date>
    </item>
  </channel>
</rss>

