<?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 error - loading QVD failing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770216#M273451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your assumption that the first part of the load is fine is wrong. You are basically saying load everything that is &amp;gt;=now and in the same time everything &amp;lt;=now. Therefore, you are loading 0 data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I think your relative path is set incorrectly. How does your &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 16px;"&gt;$(vFolderSourceData)&lt;/SPAN&gt; looks like? It seems like you are not reaching the right directory...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use instead of the variable absolute path for the qvd. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Dec 2014 10:41:16 GMT</pubDate>
    <dc:creator>terezagr</dc:creator>
    <dc:date>2014-12-20T10:41:16Z</dc:date>
    <item>
      <title>Incremental load error - loading QVD failing</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770213#M273448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing an incremental load through the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #008f00;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;//Load Incremental Data only from the main excel table after having created a QVD on initial load&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;SPAN style="color: #0433ff;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;vLoadTime&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;());&lt;BR /&gt; [Main Data]:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Script Number]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Drug Name]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Date Dispensed]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;DateDispensed&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;// Directions, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Repeat or Original]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;//&amp;nbsp;&amp;nbsp; [Doctor Name], &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; //&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Doctor Number], &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;QTY&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[MedAid Amount]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;Shortfall&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Med Aid]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Payment Type]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Supply days]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;//[Drug Code]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Drug Code]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,'000000') &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Drug Code]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Doctor Number]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,'00000') &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Doctor Number]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Retail Pharmacy]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;Branch&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;Date_Modified&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;Date_Modified&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt; [$(vFolderSourceData)Datawarehouse_2.xlsx]&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; Datawarehouse)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;Date_Modified&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;$(vLoadTime)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;Date_Modified&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;$(vLoadTime)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;//Initial store [Main Data] into QVD commented out after initial load&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; //STORE [Main Data] into '$(vFolderSourceData)QVDs\&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; //PrescriptionHistory.qvd' (qvd);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;//Concatenate with QVD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;SPAN style="color: #0433ff;"&gt;Concatenate&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; ([Main Data])&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Script Number]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Drug Name]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Date Dispensed]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;DateDispensed&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;// Directions, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Repeat or Original]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;//&amp;nbsp;&amp;nbsp; [Doctor Name], &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; //&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Doctor Number], &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;QTY&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[MedAid Amount]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;Shortfall&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Med Aid]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Payment Type]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Supply days]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;//[Drug Code]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Drug Code]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,'000000') &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Drug Code]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Doctor Number]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,'00000') &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Doctor Number]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Retail Pharmacy]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;Branch&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(&lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;Date_Modified) as Date_Modified&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; '$(vFolderSourceData)QVDs\&lt;BR /&gt; PrescriptionHistory.qvd' (&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;not&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;Exists&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;[Script Number]&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;//Replace Old QVD file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;SPAN style="color: #0433ff;"&gt;&lt;STRONG&gt;IF&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #941100;"&gt;ScriptErrorCount&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = 0 &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;&lt;STRONG&gt;STORE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; [Main Data] &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; '$(vFolderSourceData)QVDs\&lt;BR /&gt; PrescriptionHistory.qvd' (&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;);&lt;BR /&gt; &lt;/SPAN&gt;//LET vLastLoadTime = vLoadTime;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;SPAN style="color: #0433ff;"&gt;&lt;STRONG&gt;END&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;If &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #008f00;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12pt;"&gt;The initial incremental load for fresh data goes fine according to the following &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12pt;"&gt;screen shot (as the data has not been updated with any fresh data so we expect zero records loaded):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12pt;"&gt;&lt;IMG alt="Screen Shot 2014-12-20 at 09.43.52.png" class="image-1 jive-image" src="/legacyfs/online/73926_Screen Shot 2014-12-20 at 09.43.52.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0433ff;"&gt;However, i get an error when try to fetch the QVD file.&amp;nbsp; The error is as per the following screen shot:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0433ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0433ff;"&gt;&lt;IMG alt="Screen Shot 2014-12-20 at 09.45.51.png" class="jive-image image-2" src="/legacyfs/online/73927_Screen Shot 2014-12-20 at 09.45.51.png" style="height: 385px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0433ff;"&gt;The same folder which the system says it cannot find is the same folder from which the Excel file is being loaded from.What could be the problem?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0433ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0433ff;"&gt;Your assistance will be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0433ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0433ff;"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0433ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0433ff;"&gt;Chris&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 08:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770213#M273448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-20T08:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load error - loading QVD failing</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770214#M273449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;your variable &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 16px;"&gt;vFolderSourceData is not returning any value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt;$(vFolderSourceData)QVDs\PrescriptionHistory.qvd (&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #0433ff;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 08:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770214#M273449</guid>
      <dc:creator>vivek_niti</dc:creator>
      <dc:date>2014-12-20T08:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load error - loading QVD failing</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770215#M273450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vivek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your prompt response, most appreciated.&amp;nbsp; i tried your recommendation and the following same errors comes out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2014-12-20 at 11.44.15.png" class="image-1 jive-image" src="/legacyfs/online/73949_Screen Shot 2014-12-20 at 11.44.15.png" style="height: 359px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 09:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770215#M273450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-20T09:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load error - loading QVD failing</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770216#M273451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your assumption that the first part of the load is fine is wrong. You are basically saying load everything that is &amp;gt;=now and in the same time everything &amp;lt;=now. Therefore, you are loading 0 data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I think your relative path is set incorrectly. How does your &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 16px;"&gt;$(vFolderSourceData)&lt;/SPAN&gt; looks like? It seems like you are not reaching the right directory...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use instead of the variable absolute path for the qvd. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 10:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770216#M273451</guid>
      <dc:creator>terezagr</dc:creator>
      <dc:date>2014-12-20T10:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load error - loading QVD failing</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770217#M273452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;?????????&lt;/P&gt;&lt;P&gt;Is below one OK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #0433ff;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #941100;"&gt;Date_Modified&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #929292;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vLoadTime)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #0433ff;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #941100;"&gt;Date_Modified&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt; &amp;lt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #929292;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vLoadTime)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 10:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770217#M273452</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-12-20T10:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load error - loading QVD failing</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770218#M273453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your input.&amp;nbsp; I removed the &amp;lt;=&amp;nbsp; and left the &amp;gt;= in the where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the absolute path for loading the QVD by locating the file and the following error pops up:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2014-12-20 at 12.55.03.png" class="image-1 jive-image" src="/legacyfs/online/73950_Screen Shot 2014-12-20 at 12.55.03.png" style="height: 416px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 10:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770218#M273453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-20T10:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load error - loading QVD failing</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770219#M273454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Courier New'; color: #008f00;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #929292;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;vLoadTime&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;());&lt;BR /&gt;[Main Data]:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Script Number]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Drug Name]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Date Dispensed]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;DateDispensed&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;// Directions, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Courier New'; color: #008f00;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Repeat or Original]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;//&amp;nbsp;&amp;nbsp; [Doctor Name], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Courier New'; color: #008f00;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Doctor Number], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Courier New'; color: #008f00;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;QTY&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[MedAid Amount]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;Shortfall&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Med Aid]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Payment Type]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Supply days]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;//[Drug Code]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Courier New'; color: #008f00;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Drug Code]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,'000000') &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Drug Code]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Doctor Number]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,'00000') &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Doctor Number]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Retail Pharmacy]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;Branch&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;Date_Modified&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;Date_Modified&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;[..\Datawarehouse_2.xlsx]&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #0433ff;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #0433ff;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #0433ff;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #0433ff;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #0433ff;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt; Datawarehouse)&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Courier New'; color: #008f00;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;Concatenate&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; ([Main Data])&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Script Number]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Drug Name]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Date Dispensed]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;DateDispensed&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;// Directions, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Courier New'; color: #008f00;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Repeat or Original]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;//&amp;nbsp;&amp;nbsp; [Doctor Name], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Courier New'; color: #008f00;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Doctor Number], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Courier New'; color: #008f00;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;QTY&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[MedAid Amount]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;Shortfall&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Med Aid]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Payment Type]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Supply days]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;//[Drug Code]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Courier New'; color: #008f00;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Drug Code]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,'000000') &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Drug Code]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Doctor Number]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,'00000') &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Doctor Number]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Retail Pharmacy]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;Branch&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;Date_Modified) as Date_Modified&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; ..\QVDs\PrescriptionHistory.qvd (&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;not&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0433ff;"&gt;Exists&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #941100;"&gt;[Script Number]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #0433ff;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;STORE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt; [Main Data] &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #0433ff;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt; ..\QVDs\PrescriptionHistory.qvd (&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #0433ff;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Courier New'; color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 11:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770219#M273454</guid>
      <dc:creator>terezagr</dc:creator>
      <dc:date>2014-12-20T11:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load error - loading QVD failing</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770220#M273455</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;Many thanks, the following script error is raised when using the suggested script:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2014-12-20 at 13.28.10.png" class="image-1 jive-image" src="/legacyfs/online/73954_Screen Shot 2014-12-20 at 13.28.10.png" style="height: 392px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 11:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770220#M273455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-20T11:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load error - loading QVD failing</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770221#M273456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, try to look for the file…Does the file really exists in the location specified? Where is your file exactly saved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 11:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770221#M273456</guid>
      <dc:creator>terezagr</dc:creator>
      <dc:date>2014-12-20T11:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load error - loading QVD failing</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770222#M273457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for all your efforts.&amp;nbsp; Yes the file exists and is in a QVD folder where the&amp;nbsp; Datawarehouse_2 excel file is.&amp;nbsp; I think this could be an issue with running this on a Parallels Desktop virtual machine on a MacBook.&amp;nbsp; Would it be.&amp;nbsp; I have actually located the qvd file in the QVD folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 12:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-error-loading-QVD-failing/m-p/770222#M273457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-20T12:16:15Z</dc:date>
    </item>
  </channel>
</rss>

