<?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: Load, Partial Reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Partial-Reload/m-p/1277836#M861303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can think of two possible ways to do this. Of course there can be more ways too &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;Create separate QVD generator applications . One which should run and load the tables daily and 2nd QV document which is scheduled to runs quarterly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;Single QV document but you put the quarterly Load in a control statement (like if else ).&lt;/P&gt;&lt;P&gt;Use following function to check if today is the start of new quarter or not.. If yes then do tha load or else not.&lt;/P&gt;&lt;P&gt;You may then do incremental or completely REPLACE that load... I meant you can append data to (Today-April) loaded data Or you can remove it and load only (May - Aug)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="script_token"&gt;QuarterStart(&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt;date[, period_no[, first_month_of_yea]]&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/quarterstart.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/quarterstart.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/quarterstart.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to run on end of the quarter, you may use another function&lt;/P&gt;&lt;P&gt;&lt;SPAN class="script_token"&gt;QuarterEnd(&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt;date[, period_no[, first_month_of_year]]&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;But as I said there can be multiple ways to acheive this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;I hope this would help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;Giri&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jan 2017 09:12:04 GMT</pubDate>
    <dc:creator>girirajsinh</dc:creator>
    <dc:date>2017-01-08T09:12:04Z</dc:date>
    <item>
      <title>Load, Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Partial-Reload/m-p/1277833#M861300</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 have 10 tables and after loading all the data (let say on January 2, 2016), I would like to load on a daily basis the 9 tables and quarterly basis the 10th table (let say April 1, 2016).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though 10th table will be loaded quarterly, Qlikview should maintain the data of the 10th table which was loaded&amp;nbsp; (in my example - January 2, 2016) initially until the next load (in my example - April 1, 2016)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obet&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/Load-Partial-Reload/m-p/1277833#M861300</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load, Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Partial-Reload/m-p/1277834#M861301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely sure, but are you looking for Incremental load?&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/" style="font-size: 10pt;" title="https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/"&gt;https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.resultdata.com/three-types-of-qlikview-incremental-loads/" title="https://www.resultdata.com/three-types-of-qlikview-incremental-loads/"&gt;https://www.resultdata.com/three-types-of-qlikview-incremental-loads/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 11:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Partial-Reload/m-p/1277834#M861301</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-05T11:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Load, Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Partial-Reload/m-p/1277835#M861302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if it is incremental load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 source table and after loading the data for the first time, I would like to update the two tables but not the 3rd table, though I would like to keep the 3rd table and the data that was previously loaded as this is part of the analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will give you an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance report happens only once a year, so there is no need to pull the data (which is by the way very large)&amp;nbsp; via ODBC every time I click "load".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jan 2017 05:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Partial-Reload/m-p/1277835#M861302</guid>
      <dc:creator />
      <dc:date>2017-01-08T05:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load, Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Partial-Reload/m-p/1277836#M861303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can think of two possible ways to do this. Of course there can be more ways too &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;Create separate QVD generator applications . One which should run and load the tables daily and 2nd QV document which is scheduled to runs quarterly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;Single QV document but you put the quarterly Load in a control statement (like if else ).&lt;/P&gt;&lt;P&gt;Use following function to check if today is the start of new quarter or not.. If yes then do tha load or else not.&lt;/P&gt;&lt;P&gt;You may then do incremental or completely REPLACE that load... I meant you can append data to (Today-April) loaded data Or you can remove it and load only (May - Aug)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="script_token"&gt;QuarterStart(&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt;date[, period_no[, first_month_of_yea]]&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/quarterstart.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/quarterstart.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/quarterstart.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to run on end of the quarter, you may use another function&lt;/P&gt;&lt;P&gt;&lt;SPAN class="script_token"&gt;QuarterEnd(&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt;date[, period_no[, first_month_of_year]]&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;But as I said there can be multiple ways to acheive this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;I hope this would help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;Giri&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jan 2017 09:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Partial-Reload/m-p/1277836#M861303</guid>
      <dc:creator>girirajsinh</dc:creator>
      <dc:date>2017-01-08T09:12:04Z</dc:date>
    </item>
  </channel>
</rss>

