<?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 Full load and incremental load based on variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097982#M364643</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 a incremental code with variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF $(vLoadType) = 0 THEN&amp;nbsp; // FULL DATA LOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;///Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSEIF $(vLoadType) = 1 THEN&amp;nbsp; // INCREAMENTAL LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;///Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, whenever i want to do full load, i need to pass 0 for parameter value in QMC and incremental load need to change it to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of that i want to write a logic in QVW, where if particular full QVD is available in folder then, variable value should set as 1 for incremental load, otherwise it should go for full load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me to write a logic in generator, instead of manual parameter change at QMC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 07:30:12 GMT</pubDate>
    <dc:creator>sridhar_sigired</dc:creator>
    <dc:date>2016-06-23T07:30:12Z</dc:date>
    <item>
      <title>Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097982#M364643</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 a incremental code with variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF $(vLoadType) = 0 THEN&amp;nbsp; // FULL DATA LOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;///Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSEIF $(vLoadType) = 1 THEN&amp;nbsp; // INCREAMENTAL LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;///Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, whenever i want to do full load, i need to pass 0 for parameter value in QMC and incremental load need to change it to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of that i want to write a logic in QVW, where if particular full QVD is available in folder then, variable value should set as 1 for incremental load, otherwise it should go for full load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me to write a logic in generator, instead of manual parameter change at QMC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097982#M364643</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-06-23T07:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097983#M364644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check whether file exists or not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikviewaddict.com/2012/02/checking-file-exists.html" title="http://www.qlikviewaddict.com/2012/02/checking-file-exists.html"&gt;http://www.qlikviewaddict.com/2012/02/checking-file-exists.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/9421"&gt;Command to check if a QVD file exists&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097983#M364644</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-06-23T07:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097984#M364645</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;Looks like QvdCreateTime() function is not there now, any alternated for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked this function in help,&amp;nbsp; but not available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097984#M364645</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-06-23T08:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097985#M364646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure QvdCreateTime() is not exists now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097985#M364646</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-06-23T09:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097986#M364647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not expert, so can you please check below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (isNull(qvdCreateTime('Fact_Table.qvd'))) THEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Full load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSEIF (NOT isNull(qvdCreateTime('Fact_Table.qvd'))) THEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Incremental load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097986#M364647</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-06-23T09:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097987#M364648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;IF (isNull(qvdCreateTime('Fact_Table.qvd'))) THEN&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp; //Full load script ... make sure that you are checking Fact_Table.qvd at right place... If possible try to give full path to check&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;// something like C:\QVDFolder\Fact_Table.qvd&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;ELSEIF &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp; //Incremental load script&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt; ENDIF;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097987#M364648</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-06-23T09:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097988#M364649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i dont have QVD generator and QVD in same folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVDData folder - Contains QVD's&lt;/P&gt;&lt;P&gt;QVDGenerator folder - Contains Generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, u mean I need to write below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;IF (isNull(qvdCreateTime('..\QVDData\Fact_Table.qvd'))) THEN&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp; //Full load script ... &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;ELSEIF &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp; //Incremental load script&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt; ENDIF;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097988#M364649</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-06-23T09:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097989#M364650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to write Relative or FullPath according to your need... Try both for checking...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097989#M364650</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-06-23T09:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097990#M364651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish for your time, it is working with Relative path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097990#M364651</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-06-23T09:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097991#M364652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like it is not possible for multiple QVDs at a time? right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097991#M364652</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-06-23T09:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097992#M364653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No... you have to do one qvd at a time..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097992#M364653</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-06-23T09:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097993#M364654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately i have three facts within a generator, is there any other way we can do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 10:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097993#M364654</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-06-23T10:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097994#M364655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help me on this please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 10:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097994#M364655</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-06-23T10:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097995#M364656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a possible solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;IF (isNull(qvdCreateTime('..\QVDData\Fact_Table.qvd'))) THEN&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&amp;nbsp; //Full load script &lt;STRONG&gt;for Fact_Table&lt;/STRONG&gt; &lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;ELSE &lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&amp;nbsp; //Incremental load script for Fact_Table&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; ENDIF;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;IF (isNull(qvdCreateTime('..\QVDData\Fact_Table&lt;STRONG&gt;2&lt;/STRONG&gt;.qvd'))) THEN&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&amp;nbsp; //Full load script for Fact_Table&lt;STRONG&gt;2&lt;/STRONG&gt; &lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;ELSE &lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&amp;nbsp; //Incremental load script for Fact_Table&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; ENDIF;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 10:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097995#M364656</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2016-06-23T10:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097996#M364657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You Could load just the xml header from the files in question and then analyze whatever conditons you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll notice a couple of functions that give you information about the file, these are read from the filesystem and you are not actually opening the file, so depending on the size of your fact tables you may want to skip reading the xml header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;Foo,Bar&lt;/P&gt;&lt;P&gt;1,2&lt;/P&gt;&lt;P&gt;3,4&lt;/P&gt;&lt;P&gt;2,5&lt;/P&gt;&lt;P&gt;3,6&lt;/P&gt;&lt;P&gt;6,7&lt;/P&gt;&lt;P&gt;4,8&lt;/P&gt;&lt;P&gt;4,7&lt;/P&gt;&lt;P&gt;9,4&lt;/P&gt;&lt;P&gt;6,8&lt;/P&gt;&lt;P&gt;9,3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;//this is an example so I'm faking the files, sleep is just making sure the create times on the file are not the same.&lt;/P&gt;&lt;P&gt;Store T into file1.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Sleep 10000;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Store T into file2.qvd(qvd);&lt;/P&gt;&lt;P&gt;Sleep 10000;&lt;/P&gt;&lt;P&gt;Store T into file3.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Each file in 'file1.qvd','file2.qvd','file3.qvd';&lt;/P&gt;&lt;P&gt;&amp;nbsp; Files:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filetime() as FileUpdateTime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileName() as FileName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FilePath() as Path,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QvBuildNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreatorDoc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreateUtcTime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ConvertToLocalTime(CreateUtcTime,'Central Time (US &amp;amp; Canada)') as LocalTime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SourceFileSize,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TableName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecordByteSize,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NoOfRecords,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Offset,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Length&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //%Key_QvdTableHeader_B94FCCAC68ED3E20&amp;nbsp;&amp;nbsp;&amp;nbsp; // Key for this table: QvdTableHeader&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM [$(file)] (XmlSimple, Table is [QvdTableHeader]);&lt;/P&gt;&lt;P&gt;&amp;nbsp; // End of [file1.qvd] LOAD statements&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 17:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097996#M364657</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2016-06-23T17:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Full load and incremental load based on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097997#M364658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to test if all three files exist, and if so do incremental logic? If only two files exist you want to do full reload for all three?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 18:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-load-and-incremental-load-based-on-variable/m-p/1097997#M364658</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-06-23T18:46:27Z</dc:date>
    </item>
  </channel>
</rss>

