<?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 QVD Generation : Last Update Date issue. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-QVD-Generation-Last-Update-Date-issue/m-p/1171389#M908274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my scenario i am having VIEW and the column "Unit_selling_price" i am getting by executing function.&lt;/P&gt;&lt;P&gt;and Last_Update_date is coming from table. so for Unit_selling_price today function may not return value but tomorrow it will return value but Last_update_date in table will not updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is the case for me. is there any way to handle this &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2016 10:46:42 GMT</pubDate>
    <dc:creator>infosense_devel</dc:creator>
    <dc:date>2016-06-22T10:46:42Z</dc:date>
    <item>
      <title>Incremental QVD Generation : Last Update Date issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-QVD-Generation-Last-Update-Date-issue/m-p/1171387#M908272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;i am having scenario as per below an i don't know how to handle this scenario. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;i have one view "XX_INCREMENTAL_DEMO", using this view i am generating QVD based on incremental Load.&lt;/P&gt;&lt;P&gt;my view have data as per below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="first.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128795_first.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i am using below syntax for incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL Qvc.IncrementalSetup ('XX_INCREMENTAL_DEMO', 'LAST_UPDATE_DATE', 'LINE_ID');&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;[$(Qvc.Loader.v.Tablename)]:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM XX_INCREMENTAL_DEMO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE&amp;nbsp; $(Qvc.Loader.v.IncrementalExpression)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;and unit_selling_price is not null ;&amp;nbsp;&amp;nbsp; //Because of this condition line_id 8 and 9 will not be part of this QVD.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;so my QVD looks like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="second.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/128796_second.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now after one or two days my view will &lt;STRONG&gt;have data for UNIT_SELLING_PRICE and it will not Update LAST_UPDATE_DATE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;after one or two days my view will be like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="third.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/128797_third.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you can see Last update date is not update incremental load is not considering this lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone have idea how to handle this kind of situation in Qlik?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&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-QVD-Generation-Last-Update-Date-issue/m-p/1171387#M908272</guid>
      <dc:creator>infosense_devel</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental QVD Generation : Last Update Date issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-QVD-Generation-Last-Update-Date-issue/m-p/1171388#M908273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tell your source database to stop telling you lies. The records &lt;EM&gt;were&lt;/EM&gt; updated since, so the Last_update_date value should reflect that. Garbage in, garbage out. That's not something Qlikview can solve for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 10:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-QVD-Generation-Last-Update-Date-issue/m-p/1171388#M908273</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-06-22T10:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental QVD Generation : Last Update Date issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-QVD-Generation-Last-Update-Date-issue/m-p/1171389#M908274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my scenario i am having VIEW and the column "Unit_selling_price" i am getting by executing function.&lt;/P&gt;&lt;P&gt;and Last_Update_date is coming from table. so for Unit_selling_price today function may not return value but tomorrow it will return value but Last_update_date in table will not updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is the case for me. is there any way to handle this &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 10:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-QVD-Generation-Last-Update-Date-issue/m-p/1171389#M908274</guid>
      <dc:creator>infosense_devel</dc:creator>
      <dc:date>2016-06-22T10:46:42Z</dc:date>
    </item>
  </channel>
</rss>

