<?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 Reducing the load time of a big table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984430#M526363</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;I have a Straight Table containing 600.000+ lines. The effect is loading this takes a while, and the application is unresponsive in the meantime.&lt;/P&gt;&lt;P&gt;Is there some way to partially load this and tell Qlikview to load the entire table upon explicit request only.&lt;/P&gt;&lt;P&gt;For example, load the first 100 lines, then use a button to start loading the remaining 600k+. I am explicitly looking for a solution to this problem in the front end (is possible), not in the load script.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2015 15:18:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-25T15:18:16Z</dc:date>
    <item>
      <title>Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984430#M526363</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;I have a Straight Table containing 600.000+ lines. The effect is loading this takes a while, and the application is unresponsive in the meantime.&lt;/P&gt;&lt;P&gt;Is there some way to partially load this and tell Qlikview to load the entire table upon explicit request only.&lt;/P&gt;&lt;P&gt;For example, load the first 100 lines, then use a button to start loading the remaining 600k+. I am explicitly looking for a solution to this problem in the front end (is possible), not in the load script.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 15:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984430#M526363</guid>
      <dc:creator />
      <dc:date>2015-11-25T15:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984431#M526364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is a feature like this in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can use the show / hide condition and create two charts, first chart visible from the beginning, only showing limited data, second showing all data, but hidden first and then showed after clicking a button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 16:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984431#M526364</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-25T16:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984432#M526365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This needs to be done in the load script, its not an option in the front-end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best approach is to use an incremental load to just load the transactions that have changed since the last load, and load the unchanged data from QVD files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also do you need to load all the columns? Reducing the width of the data being loaded can improve reload performance.&lt;/P&gt;&lt;P&gt;If loading from SQL it is better to just select the columns you require in the SQL script,rather than using "select *" to get all columns and then excluding columns on the QlikView side of the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 16:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984432#M526365</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-11-25T16:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984433#M526366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may also want to look into 'direct discovery':&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7533"&gt;Direct Discovery in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 16:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984433#M526366</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-25T16:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984434#M526367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not sure about the performance. may be if (RowNo(TOTAL)&amp;lt;=100, YourExpression) ?&lt;/P&gt;&lt;P&gt;Create a Button &amp;amp; Variable. -&amp;gt; Assign the value in Button Action.&lt;/P&gt;&lt;P&gt;in Expression if($(v1)=0, &lt;SPAN style="font-size: 13.3333px;"&gt;if (RowNo(TOTAL)&amp;lt;=100, YourExpression),1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 17:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984434#M526367</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-25T17:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984435#M526368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henk,&amp;nbsp; why not limit the dimension, without others, with a variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like the attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 18:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984435#M526368</guid>
      <dc:creator>arthur_dom</dc:creator>
      <dc:date>2015-11-25T18:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984436#M526369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at his blog post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://yahqblog.blogspot.co.uk/2013/01/paged-charts-in-qlikview.html" title="http://yahqblog.blogspot.co.uk/2013/01/paged-charts-in-qlikview.html"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YA(H)Q Blog: Paged charts in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 19:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984436#M526369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-25T19:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984437#M526370</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;one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_192984_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107197_QlikCommunity_Thread_192984_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_192984_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/107229_QlikCommunity_Thread_192984_Pic3.JPG" style="font-size: 13.3333px; height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_192984_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/107228_QlikCommunity_Thread_192984_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_192984_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/107230_QlikCommunity_Thread_192984_Pic4.JPG" style="height: 281px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_192984_Pic5.JPG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/107231_QlikCommunity_Thread_192984_Pic5.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 22:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984437#M526370</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-11-25T22:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984438#M526371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one I considered already. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 08:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984438#M526371</guid>
      <dc:creator />
      <dc:date>2015-11-26T08:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984439#M526372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestion. The columns and amount of rows are a given, no flexibility there at the moment. Incremental load wouldn't help, because it takes so long to render the entire table (because of so many rows), not to load the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 08:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984439#M526372</guid>
      <dc:creator />
      <dc:date>2015-11-26T08:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984440#M526373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting suggestion. Due to the environment I am working in this is not possible for this Qlikview report though. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 08:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984440#M526373</guid>
      <dc:creator />
      <dc:date>2015-11-26T08:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984441#M526374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one looks good. Similar to what Marco is suggesting below, going to figure out if this works for my table as well. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 08:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984441#M526374</guid>
      <dc:creator />
      <dc:date>2015-11-26T08:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984442#M526375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! Similar suggestion posted by settu, am figuring out what works best.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 08:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984442#M526375</guid>
      <dc:creator />
      <dc:date>2015-11-26T08:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984443#M526376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you add a "conditional show" expression so users must filter the data to select fewer than N rows before the chart is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you use drill-down groups so the chart is summarised and users can drill down to more detail?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 09:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984443#M526376</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-11-26T09:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984444#M526377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does not work, because not all values in each dimension are unique. In fact, there are thousands of the same for each dimension...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 12:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984444#M526377</guid>
      <dc:creator />
      <dc:date>2015-11-26T12:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984445#M526378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wouldn't work because the dimensions have repeating values...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 12:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984445#M526378</guid>
      <dc:creator />
      <dc:date>2015-11-26T12:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984446#M526379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good suggestions. Drill-down groups wouldn't work (the export of the entire table is important). Conditional show works obviously, but the data is exported so that would take multiple exports.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 12:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984446#M526379</guid>
      <dc:creator />
      <dc:date>2015-11-26T12:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984447#M526380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you split the app into two.&lt;/P&gt;&lt;P&gt;One app is the data loader that incrementally loads the data in the background, does all the lookups and any manipulation of the data and stores the prepared data to QVDs. This app has no charts and just generates the QVDs. This data loader would be scheduled to run at regular intervals on the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The users load the prepared data from the QVDs in their app which has the charts and this load will be very fast, as it does not access the raw data, only QVDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are the 600,000 rows being loaded from?&lt;/P&gt;&lt;P&gt;Is the data local to the users or remote?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;600,000 rows is not a lot of data in QlikView terms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 13:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984447#M526380</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-11-26T13:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984448#M526381</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;Well I am not sure you have considered upping the hardware in the server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 14:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984448#M526381</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-11-26T14:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the load time of a big table</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984449#M526382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue is not on the loadtime on server. The qvd's are already generated. The table I'm generating contains of 600.000 rows, over 5 dimensions and 2 expressions. 'Rendering' the table takes about 2 minutes. Just in the Qlikview client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 14:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-load-time-of-a-big-table/m-p/984449#M526382</guid>
      <dc:creator />
      <dc:date>2015-11-26T14:21:01Z</dc:date>
    </item>
  </channel>
</rss>

