<?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: incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1037540#M928038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Updates:&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&lt;STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt;From&lt;/SPAN&gt;&lt;/STRONG&gt; Where geography_updated_datetime &amp;gt;$(VDate_dim_geography);&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM "Stage_Three_DW".dbo."dim_geography";&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Remove the &lt;SPAN style="; color: #ff0000;"&gt;&lt;STRONG&gt;From&lt;/STRONG&gt;&lt;/SPAN&gt;. You're using a preceding load where the data comes from the SQL SELECT so you don't need a FROM to specify where the data comes from. By using the From Qlikview treats what follows as the name of a source file. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2016 14:38:38 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-03-21T14:38:38Z</dc:date>
    <item>
      <title>incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1037539#M928037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing incremental load and here is my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET Vqvdpath = 'D:\QlikView\SourceDocuments\QVX\Mktg_Funnel_Reports\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "Stage_Three_DW".dbo."dim_geography";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date_dim_geography:&lt;/P&gt;&lt;P&gt;LOAD Max(geography_updated_datetime) as dim_geography_Maxdate&lt;/P&gt;&lt;P&gt;Resident Inserts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET VDate_dim_geography = Peek('dim_geography_Maxdate',0,'date_dim_geography');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table date_dim_geography;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Inserts into $(Vqvdpath)dim_geography.QVD(qvd);&lt;/P&gt;&lt;P&gt;DROP Table Inserts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Updates:&lt;/P&gt;&lt;P&gt;load * From Where geography_updated_datetime &amp;gt;$(VDate_dim_geography);&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "Stage_Three_DW".dbo."dim_geography";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(Vqvdpath)dim_geography.qvd(qvd)&lt;/P&gt;&lt;P&gt;Where not Exists(geography_key);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Updates into $(Vqvdpath)dim_geography.QVD(qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;DROP Table Updates;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting below error&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118807_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Please give me any suggestions&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&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/incremental-load/m-p/1037539#M928037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1037540#M928038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Updates:&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&lt;STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt;From&lt;/SPAN&gt;&lt;/STRONG&gt; Where geography_updated_datetime &amp;gt;$(VDate_dim_geography);&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM "Stage_Three_DW".dbo."dim_geography";&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Remove the &lt;SPAN style="; color: #ff0000;"&gt;&lt;STRONG&gt;From&lt;/STRONG&gt;&lt;/SPAN&gt;. You're using a preceding load where the data comes from the SQL SELECT so you don't need a FROM to specify where the data comes from. By using the From Qlikview treats what follows as the name of a source file. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 14:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1037540#M928038</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-21T14:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1037541#M928039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert. It is working fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 07:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/1037541#M928039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-22T07:36:25Z</dc:date>
    </item>
  </channel>
</rss>

