<?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: Partly load of data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552256#M1126934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK&lt;/P&gt;&lt;P&gt;an easy solution is to set some flags like&lt;/P&gt;&lt;P&gt;LET DoClient = true();&lt;/P&gt;&lt;P&gt;LET DoProducts= false();&lt;/P&gt;&lt;P&gt;LET DoWhatYouWant = true().....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for each part you do a test&lt;/P&gt;&lt;P&gt;IF DoClient THEN&lt;/P&gt;&lt;P&gt;END IF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO you just have to modify your flag. You can even make it in a file poutside the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2013 10:06:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-10T10:06:57Z</dc:date>
    <item>
      <title>Partly load of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552250#M1126927</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;Is it some way possible to control which LOAD script are being run when doing a reload?&lt;/P&gt;&lt;P&gt;I have a document that loads data from approx. 15 different tables and write it down to 15 different QVDs. Sometime I'd like to only run one or two of the LOAD scripts to update only these couple of QVD but how can I "disable" the LOAD scripts I don't want to run?&lt;/P&gt;&lt;P&gt;I have one script/QVD per tab, so if I can disable the sepcific tabs is will also work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Steen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552250#M1126927</guid>
      <dc:creator>sspe</dc:creator>
      <dc:date>2013-12-10T09:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Partly load of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552251#M1126929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use a PARTIAL RELOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;either with ADD LOAD which concatenates data&lt;/P&gt;&lt;P&gt;or REPLACE LOAD which loads from scratch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552251#M1126929</guid>
      <dc:creator />
      <dc:date>2013-12-10T09:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Partly load of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552252#M1126930</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;Try with exit script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are looking for tat;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552252#M1126930</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-12-10T09:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Partly load of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552253#M1126931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the input, but I'm not sure it's exactly what I'm looking for. I'd like to be able to control which tables are being loaded for e.g. testing purposes. If I e.g. do a load of customer, contacts, orders and Invoices in my document, I'd like to e.g. specifiy that now I only want to load/reload the customer part. Then the next time I'd maybe only want to run the Invoices part.&lt;/P&gt;&lt;P&gt;If I have to do it with parameters and/or variables it would be ok - I basically just want to be albe to decide which parts of my document I want to run instead of having to run it all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Steen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552253#M1126931</guid>
      <dc:creator>sspe</dc:creator>
      <dc:date>2013-12-10T09:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Partly load of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552254#M1126932</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;This might be an option, but do you have an example of how this should be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Steen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552254#M1126932</guid>
      <dc:creator>sspe</dc:creator>
      <dc:date>2013-12-10T09:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Partly load of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552255#M1126933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use IF else in Script and create a Flag in begining &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flag1 = 1&lt;/P&gt;&lt;P&gt;Flag2 = 1&lt;/P&gt;&lt;P&gt;Flag3 = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if Flag1 = 1&lt;/P&gt;&lt;P&gt;reload&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552255#M1126933</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2013-12-10T10:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Partly load of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552256#M1126934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK&lt;/P&gt;&lt;P&gt;an easy solution is to set some flags like&lt;/P&gt;&lt;P&gt;LET DoClient = true();&lt;/P&gt;&lt;P&gt;LET DoProducts= false();&lt;/P&gt;&lt;P&gt;LET DoWhatYouWant = true().....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for each part you do a test&lt;/P&gt;&lt;P&gt;IF DoClient THEN&lt;/P&gt;&lt;P&gt;END IF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO you just have to modify your flag. You can even make it in a file poutside the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552256#M1126934</guid>
      <dc:creator />
      <dc:date>2013-12-10T10:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Partly load of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552257#M1126935</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;Move the Script tabs to the beginning which you want to execute and after that script just give this statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT SCRIPT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview stops executing after this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;LOAD * from Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT SCRIPT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from Table3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When above script executes only Table1 and Table2 are reloaded after that execution stops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552257#M1126935</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-10T10:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Partly load of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552258#M1126936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm... I don't know why I didn't even tried this first....&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;. I think I had the impression that this wouldn't work for a load script but it's actually something like this I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Steen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partly-load-of-data/m-p/552258#M1126936</guid>
      <dc:creator>sspe</dc:creator>
      <dc:date>2013-12-10T10:36:00Z</dc:date>
    </item>
  </channel>
</rss>

