<?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: loading large data base in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474849#M177303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For that pupose you can use variables to put in conditions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would better answere if you give me some script sample ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Aug 2013 17:53:47 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2013-08-08T17:53:47Z</dc:date>
    <item>
      <title>loading large data base</title>
      <link>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474844#M177298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once in a while , due to some change on certain part of my QVD generator script. and when i reload full data base , it need to take about 30 mins. and during the 30 mins i have nothing to do, getting boring ,instead of waiting for reload finish. my question is it is possible to tell QV only update certain QVD file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;meaning update one of the QVD file which is affect by the modify of the script . it is possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 20:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474844#M177298</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2013-08-07T20:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: loading large data base</title>
      <link>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474845#M177299</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;if you have multiple qvd file to generate from single file.. then you can use if condition. like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let qvd1=1&lt;/P&gt;&lt;P&gt;let qvd2=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//now the actual script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(qvd1=1)&lt;/P&gt;&lt;P&gt;load xyz&lt;/P&gt;&lt;P&gt;asdf&lt;/P&gt;&lt;P&gt;asd&lt;/P&gt;&lt;P&gt;asdf&lt;/P&gt;&lt;P&gt;from table;&lt;/P&gt;&lt;P&gt;exit if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(qvd2=1)&lt;/P&gt;&lt;P&gt;load xyz&lt;/P&gt;&lt;P&gt;sad&lt;/P&gt;&lt;P&gt;f&lt;/P&gt;&lt;P&gt;d&lt;/P&gt;&lt;P&gt;from table2;&lt;/P&gt;&lt;P&gt;exit if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the idea is .. if you have made any changes in script of qvd 2 and you want to load this one only then at intial level change the value of variable qvd1 =0 .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 20:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474845#M177299</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-08-07T20:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: loading large data base</title>
      <link>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474846#M177300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know which name you prefer me to addreess you ? It is kumar ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your sharing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next question is if end of the scrip is save the QVD table. And those table I never run .... edit I have to save the QVD tabke when I finish . Okay I think you approach work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will try whwn work I will.mark a correct answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Samsung Mobile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 23:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474846#M177300</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2013-08-07T23:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: loading large data base</title>
      <link>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474847#M177301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.. this is Sushil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can cover the qvd creation steps in If condition.. since you are not running the load script then there is no point to run the qvd store statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 00:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474847#M177301</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-08-08T00:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: loading large data base</title>
      <link>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474848#M177302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sushil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right I dont store QVD . One more question is my script will load sales table , supplier , debt , inventory , GL Table. And I have a portion of the script to check the min and max date and these table will then use for master calendar.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So may I know how to handle share time line script portion ? when I not run sales table . And it does not create a sales table . And share time line and master calendar need the sales table. It will have error massage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know how you handle this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Samsung Mobile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 01:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474848#M177302</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2013-08-08T01:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: loading large data base</title>
      <link>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474849#M177303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For that pupose you can use variables to put in conditions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would better answere if you give me some script sample ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 17:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474849#M177303</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-08-08T17:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: loading large data base</title>
      <link>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474850#M177304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enclosed is my script example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to load many sales table and supplier raw data for many country , usually very large data file 400k row of record. take very long. but in the example only show one country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will generate 2 table , sales table and supplier. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i have script below i called share time line , i think this script is to check the min and max date of the 2 table. if i set condition not to run sales table script , meaning it will not generate sales table , and below script will not work. ( the reasons i skip running sales table , is my issue is i modify script on supplier. my question by using the if and else script to control it will not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmp:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;min(date) AS MinDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;max(date) AS MaxDate&lt;/P&gt;&lt;P&gt;RESIDENT Supplier;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (tmp)&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;min(date) AS MinDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;max(date) AS MaxDate&lt;/P&gt;&lt;P&gt;RESIDENT sales_table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Aug 2013 00:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-large-data-base/m-p/474850#M177304</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2013-08-09T00:05:21Z</dc:date>
    </item>
  </channel>
</rss>

