<?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: Data reload - testing script/presentation changes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1293999#M404169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, thanks&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;I have lots and lots of LOAD statements, I assume that I need to put it in every LOAD block?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;M&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2017 07:08:54 GMT</pubDate>
    <dc:creator>MichalK</dc:creator>
    <dc:date>2017-06-02T07:08:54Z</dc:date>
    <item>
      <title>Data reload - testing script/presentation changes</title>
      <link>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1293996#M404166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone - I'm new here so I'd like to say hi to all of You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have app that has been created by external company - it uses SAP (Qlik Connector) to gather SAP data and some xls source files.&lt;/P&gt;&lt;P&gt;Data is gathered every 2 hours - apart from I have no idea how these extractors/generators work I want to make some changes to script and test it. Qvw file for main app is ~800 mb - when I make some changes in script and want to test if result is OK (let's say that I add some field or change calculations) &lt;STRONG&gt;do I have to reload data everytime (ctrl+r) &lt;/STRONG&gt;and import all of those megabytes?&lt;/P&gt;&lt;P&gt;I know that I can also partial reload but sometimes I need to change somethin in live running app and when I partially reload my users will see only partial data (amirite?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please be forgiving to a freshman&lt;/P&gt;&lt;P&gt;Michał&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 07:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1293996#M404166</guid>
      <dc:creator>MichalK</dc:creator>
      <dc:date>2017-06-01T07:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data reload - testing script/presentation changes</title>
      <link>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1293997#M404167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script changes you do will only take effect on the next active reload of the app, either by task on QMC or manual reload (ctrl+r) you do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For testing effects, you could use the First prefix before the load statement to test with a limited number of rows.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/pt-BR/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/First.htm" style="font-size: 10pt;" title="http://help.qlik.com/pt-BR/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/First.htm"&gt;http://help.qlik.com/pt-BR/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/First.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First 100&lt;/P&gt;&lt;P&gt;Load:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;From '&lt;STRONG&gt;(file)'&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To load first 100 rows of the &lt;STRONG&gt;'(file)'&lt;/STRONG&gt; on the From clause for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felipe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 18:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1293997#M404167</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-06-01T18:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data reload - testing script/presentation changes</title>
      <link>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1293998#M404168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest that don't make any change in live application until its tested. Just take a copy of existing file and play around with that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 18:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1293998#M404168</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2017-06-01T18:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data reload - testing script/presentation changes</title>
      <link>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1293999#M404169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, thanks&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;I have lots and lots of LOAD statements, I assume that I need to put it in every LOAD block?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;M&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 07:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1293999#M404169</guid>
      <dc:creator>MichalK</dc:creator>
      <dc:date>2017-06-02T07:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data reload - testing script/presentation changes</title>
      <link>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1294000#M404170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Hello, thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;That's what I've done today, copied app file to my desktop.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;I also changed it to use no compression but full reload takes same amount of time, because source files that contains data extracted from sap are compressed too, I guess &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 07:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1294000#M404170</guid>
      <dc:creator>MichalK</dc:creator>
      <dc:date>2017-06-02T07:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data reload - testing script/presentation changes</title>
      <link>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1294001#M404171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depends from where your loading it.&lt;/P&gt;&lt;P&gt;If your loading from multiple files yes, if a single table holds all the data and then you derive the other tables from this one (Resident load) you can only do one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the fastest way to do it is simply do a find / replace of "load" to "first X load", where x is how many rows you want, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;From / Resident and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to:&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;first X load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;From / Resident and so on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felipe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 11:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1294001#M404171</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-06-05T11:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data reload - testing script/presentation changes</title>
      <link>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1294002#M404172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;this x can of course be variable too &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 11:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-reload-testing-script-presentation-changes/m-p/1294002#M404172</guid>
      <dc:creator>MichalK</dc:creator>
      <dc:date>2017-06-05T11:26:38Z</dc:date>
    </item>
  </channel>
</rss>

