<?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 How do i apply incremental reload on this code segment? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-i-apply-incremental-reload-on-this-code-segment/m-p/1045150#M351400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please see code segment below this script runs for 3days how do I apply &lt;SPAN style="text-decoration: underline;"&gt;Incremental Reload&lt;/SPAN&gt;? to reduce the reload time.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[$0FI_C45]:&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;Select PseudoMDX D (&lt;/P&gt;&lt;P&gt;Dimensions (&lt;/P&gt;&lt;P&gt;&amp;nbsp; [0C_CODE] (),&lt;/P&gt;&lt;P&gt;&amp;nbsp; [0G_ACCT] (),&lt;/P&gt;&lt;P&gt;&amp;nbsp; [0FISCYR] ()),&lt;/P&gt;&lt;P&gt;Measures (&lt;/P&gt;&lt;P&gt;&amp;nbsp; [0MEASURES0000000000000000].[0DEBIT0000000000000000000],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [0MEASURES0000000000000000].[0CREDIT000000000000000000]),&lt;/P&gt;&lt;P&gt;From (&lt;SPAN style="font-size: 13.3333px;"&gt;$0FI_C45&lt;/SPAN&gt;));&lt;/P&gt;&lt;P&gt;Store * from [&lt;SPAN style="font-size: 13.3333px;"&gt;$0FI_C45&lt;/SPAN&gt;] into &lt;SPAN style="font-size: 13.3333px;"&gt;$0FI_C45&lt;/SPAN&gt;.QVD;&lt;/P&gt;&lt;P&gt;Drop table [&lt;SPAN style="font-size: 13.3333px;"&gt;$0FI_C45&lt;/SPAN&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Am using QVOLAPconnector&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2016 10:20:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-21T10:20:49Z</dc:date>
    <item>
      <title>How do i apply incremental reload on this code segment?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-apply-incremental-reload-on-this-code-segment/m-p/1045150#M351400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please see code segment below this script runs for 3days how do I apply &lt;SPAN style="text-decoration: underline;"&gt;Incremental Reload&lt;/SPAN&gt;? to reduce the reload time.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[$0FI_C45]:&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;Select PseudoMDX D (&lt;/P&gt;&lt;P&gt;Dimensions (&lt;/P&gt;&lt;P&gt;&amp;nbsp; [0C_CODE] (),&lt;/P&gt;&lt;P&gt;&amp;nbsp; [0G_ACCT] (),&lt;/P&gt;&lt;P&gt;&amp;nbsp; [0FISCYR] ()),&lt;/P&gt;&lt;P&gt;Measures (&lt;/P&gt;&lt;P&gt;&amp;nbsp; [0MEASURES0000000000000000].[0DEBIT0000000000000000000],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [0MEASURES0000000000000000].[0CREDIT000000000000000000]),&lt;/P&gt;&lt;P&gt;From (&lt;SPAN style="font-size: 13.3333px;"&gt;$0FI_C45&lt;/SPAN&gt;));&lt;/P&gt;&lt;P&gt;Store * from [&lt;SPAN style="font-size: 13.3333px;"&gt;$0FI_C45&lt;/SPAN&gt;] into &lt;SPAN style="font-size: 13.3333px;"&gt;$0FI_C45&lt;/SPAN&gt;.QVD;&lt;/P&gt;&lt;P&gt;Drop table [&lt;SPAN style="font-size: 13.3333px;"&gt;$0FI_C45&lt;/SPAN&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Am using QVOLAPconnector&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 10:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-apply-incremental-reload-on-this-code-segment/m-p/1045150#M351400</guid>
      <dc:creator />
      <dc:date>2016-01-21T10:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do i apply incremental reload on this code segment?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-apply-incremental-reload-on-this-code-segment/m-p/1045151#M351401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;For incremental loading to work you need to be able to tell which records are new, updated or deleted. Does your olap source contain that information?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Perhaps you should cut out the middle man and use the source data that's used to create the olap cube instead of using the olap cube as source. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 17:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-apply-incremental-reload-on-this-code-segment/m-p/1045151#M351401</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-21T17:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do i apply incremental reload on this code segment?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-apply-incremental-reload-on-this-code-segment/m-p/1045152#M351402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hardly understand what you meant. My data source is SAP BW. Am fetching data from BW cubes (queries). All fields are available. What I need is if I could keep a tab on the data I have already maybe using date on next reload it should start from any new date. I have a field holding date loaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 09:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-apply-incremental-reload-on-this-code-segment/m-p/1045152#M351402</guid>
      <dc:creator />
      <dc:date>2016-01-22T09:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do i apply incremental reload on this code segment?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-apply-incremental-reload-on-this-code-segment/m-p/1045153#M351403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recommend not using a SAP BW cube as data source, but using the original source system as data source instead. If that's not an option and you want to do incremental loading from the BW cube then you need to identify which fields can be used to uniquely identify a record and which field can be used to identify the records that are new or updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 06:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-apply-incremental-reload-on-this-code-segment/m-p/1045153#M351403</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-23T06:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do i apply incremental reload on this code segment?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-apply-incremental-reload-on-this-code-segment/m-p/1045154#M351404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I understand. We cant change data source currently. The key field we use to identify new data is the date [FISCALYR] it carries DD/MM/YYYY so how do we make incremental reload from here using the FISCALYR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 12:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-apply-incremental-reload-on-this-code-segment/m-p/1045154#M351404</guid>
      <dc:creator />
      <dc:date>2016-01-23T12:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do i apply incremental reload on this code segment?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-apply-incremental-reload-on-this-code-segment/m-p/1045155#M351405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way is to make use of the Qlik Components Library: &lt;A href="http://qlikviewcookbook.com/2012/01/incremental-load-using-qlikview-components/" title="http://qlikviewcookbook.com/2012/01/incremental-load-using-qlikview-components/"&gt;Incremental Load using Qlikview Components | Qlikview Cookbook&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 13:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-apply-incremental-reload-on-this-code-segment/m-p/1045155#M351405</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-23T13:41:47Z</dc:date>
    </item>
  </channel>
</rss>

