<?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: Scripting Issue - please help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326287#M583902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Also, one more useful document on incremental loading.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cheers - DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2011 15:09:35 GMT</pubDate>
    <dc:creator>IAMDV</dc:creator>
    <dc:date>2011-09-06T15:09:35Z</dc:date>
    <item>
      <title>Scripting Issue - please help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326279#M583894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello fellow Qlikviewans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following syntax which takes data from my FUM QVD every month. Now instead of the new data overwriting what I already have in the below table, I want the new data to be appended to the bottom instead...can someone PLEASE let me know how to script this as I'm pulling my hair out?!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUM:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;LOAD&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Bid Price], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOB, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Fund Name], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Fund No], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Fund Value], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Policy Number], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Scheme Name], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Scheme Number], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sex, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Units, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Policy Status], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Valuation Date]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;J&gt;&lt;/J&gt;&lt;/P&gt;&lt;P&gt;(&lt;SPAN style="color: #0000ff;"&gt;qvd&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 10:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326279#M583894</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2011-09-06T10:41:57Z</dc:date>
    </item>
    <item>
      <title>Scripting Issue - please help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326280#M583895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Mate,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let me make sure if I have understood the requirement. You wanted to load only new data from QVD instead of all the historical data... is this right? If yes, I would recommend using functions like &lt;STRONG&gt;RowNo() &lt;/STRONG&gt;and &lt;STRONG&gt;RecNo() &lt;/STRONG&gt;inyour QVD Load Script. Then you can store the most recent &lt;STRONG&gt;RowNo()&lt;/STRONG&gt; or&lt;STRONG&gt; RecNo()&lt;/STRONG&gt; ina script variable. Once you have this variable in your load script you can do the conditional load by using the “Where” clause. This way you are always loading the most recent data.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I hope this helps!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Good luck!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cheers - DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 14:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326280#M583895</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-09-06T14:18:20Z</dc:date>
    </item>
    <item>
      <title>Scripting Issue - please help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326281#M583896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello mate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats not quite right due to the way the data is set up, let me explain a bit further:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a DB which holds the current months FUM (Funds Under Management) data (about 500,000 records each month). The DB doesn't hold historical data as there's too much for Access to handle, therefore all I'll ever be loading to the QVD is the latest months worth of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means I basically want to take everything from the QVD and append it to the bottom of what I already have in my QVW table, does that make sense. The QVD will hold only new data each time it's refreshed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 14:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326281#M583896</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2011-09-06T14:31:08Z</dc:date>
    </item>
    <item>
      <title>Scripting Issue - please help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326282#M583897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your case seems to be rather basic. Take a look to QlikView Reference Manual Section 25.7 &lt;STRONG&gt;Using QVD files for incremental load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has very well written description of how to arrange incremental load. You will need a timestamp or any other key that would help you to identify rows that needs to be appended.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 14:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326282#M583897</guid>
      <dc:creator />
      <dc:date>2011-09-06T14:47:34Z</dc:date>
    </item>
    <item>
      <title>Scripting Issue - please help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326283#M583898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I do not have a Reference manual, I'll look to see if I can download one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I don't really need to pick certain rows as everything will need to come accross. I just can't figure out how to load it without overwriting the previous data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 14:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326283#M583898</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2011-09-06T14:52:10Z</dc:date>
    </item>
    <item>
      <title>Scripting Issue - please help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326284#M583899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reference Manual usually comes with QlikView installation -- look for folder Documentation in QlikView folder (make sure you made complete install).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There're plenty of them in internet as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 14:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326284#M583899</guid>
      <dc:creator />
      <dc:date>2011-09-06T14:55:47Z</dc:date>
    </item>
    <item>
      <title>Scripting Issue - please help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326285#M583900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Also, I don't really need to pick certain rows as everything will need to come accross. I just can't figure out how to load it without overwriting the previous data.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually you need to load previous data from QVD file using LOAD, append new data from database using SQL SELECT and then write all together into the same QVD file using STORE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 14:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326285#M583900</guid>
      <dc:creator />
      <dc:date>2011-09-06T14:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Issue - please help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326286#M583901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Mate,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Here are the reference manual(s).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Meanwhile, I will look into my sample repository and I'll keep you posted.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cheers - DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 15:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326286#M583901</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-09-06T15:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Issue - please help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326287#M583902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Also, one more useful document on incremental loading.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cheers - DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 15:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326287#M583902</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-09-06T15:09:35Z</dc:date>
    </item>
    <item>
      <title>Scripting Issue - please help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326288#M583903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chaps....thanks for the help and links to documents etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've just finished building the QVD creator and it works an absolute treat, so, thanks once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 14:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Issue-please-help/m-p/326288#M583903</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2011-09-07T14:44:18Z</dc:date>
    </item>
  </channel>
</rss>

