<?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: Tips to make apps efficient in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tips-to-make-apps-efficient/m-p/1000583#M340159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Data source - Yes, you can apply where clause and filter the required data.&lt;/P&gt;&lt;P&gt;2. QVD - using STORE keyword, it is the compression technique, may be it is the same QVF&lt;/P&gt;&lt;P&gt;3. Section access - displaying only required data to users&lt;/P&gt;&lt;P&gt;4. Incremental is instead of full refresh just update only the new entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2015 19:55:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-11T19:55:45Z</dc:date>
    <item>
      <title>Tips to make apps efficient</title>
      <link>https://community.qlik.com/t5/QlikView/Tips-to-make-apps-efficient/m-p/1000579#M340155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on Qlik Sense Desktop and some of my apps are very slow. The apps size is around 30Mo and once a day it will just freeze my computer. I have an other App that is about 300Mo and there is no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically this I what is happening. If I have a filter selected on a small part of my data there is no problem. When I remove all my filters the update of my charts can take about a minute or freeze my computer. Also just so you know this app had a size of 180Mo before, so reducing it to 30Mo didn't help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the good practices to make an App efficient? Is it due to my data base structuration, my functions, .... Is there already a post, document related to this topic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xavier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 11:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tips-to-make-apps-efficient/m-p/1000579#M340155</guid>
      <dc:creator>reivax31</dc:creator>
      <dc:date>2015-12-11T11:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tips to make apps efficient</title>
      <link>https://community.qlik.com/t5/QlikView/Tips-to-make-apps-efficient/m-p/1000580#M340156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Few suggestions would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Data Source Filters - Directly reducing the data and getting the required ones&lt;/P&gt;&lt;P&gt;2. Remove unused fields&lt;/P&gt;&lt;P&gt;3. Create QVD files&lt;/P&gt;&lt;P&gt;4. If possible perform partitioning or section access to see only the required data by the users. &lt;/P&gt;&lt;P&gt;5. Performing incremental loads whenever possible &lt;/P&gt;&lt;P&gt;Double check the data model in both the files and try to see if you have got issues with the model itself&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 16:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tips-to-make-apps-efficient/m-p/1000580#M340156</guid>
      <dc:creator />
      <dc:date>2015-12-11T16:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Tips to make apps efficient</title>
      <link>https://community.qlik.com/t5/QlikView/Tips-to-make-apps-efficient/m-p/1000581#M340157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to add on to what S V had to say, if you have objects that do not need to show data unless something is slected, you can make those expressions contional based on certain selections.&amp;nbsp; That is a typical practice when showing details - you do not want to show every record when something is not selected, for example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 16:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tips-to-make-apps-efficient/m-p/1000581#M340157</guid>
      <dc:creator />
      <dc:date>2015-12-11T16:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tips to make apps efficient</title>
      <link>https://community.qlik.com/t5/QlikView/Tips-to-make-apps-efficient/m-p/1000582#M340158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I resume: &lt;/P&gt;&lt;P&gt;1. Data Source filters. This means that in the script I put some conditions that will only load the required data for the app I'm building?&lt;/P&gt;&lt;P&gt;2. Fields already reduced to the minimum I need&lt;/P&gt;&lt;P&gt;3. QVD file the same as QVF? &lt;/P&gt;&lt;P&gt;4. Partitioning or section access? I'm not really familiar with this...&lt;/P&gt;&lt;P&gt;5. Incremental loads, also not familiar with this&lt;/P&gt;&lt;P&gt;6.I will also check my data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam, I think that your suggestion is also something I have to work on. What is happening is that my bar charts are "quickly updated" but a table with data can take minutes... I will look if I find a post about how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fo sure something is wrong with my new app, because there is not that much data. So I guest I build it wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help Qlikers &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 19:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tips-to-make-apps-efficient/m-p/1000582#M340158</guid>
      <dc:creator>reivax31</dc:creator>
      <dc:date>2015-12-11T19:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tips to make apps efficient</title>
      <link>https://community.qlik.com/t5/QlikView/Tips-to-make-apps-efficient/m-p/1000583#M340159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Data source - Yes, you can apply where clause and filter the required data.&lt;/P&gt;&lt;P&gt;2. QVD - using STORE keyword, it is the compression technique, may be it is the same QVF&lt;/P&gt;&lt;P&gt;3. Section access - displaying only required data to users&lt;/P&gt;&lt;P&gt;4. Incremental is instead of full refresh just update only the new entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 19:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tips-to-make-apps-efficient/m-p/1000583#M340159</guid>
      <dc:creator />
      <dc:date>2015-12-11T19:55:45Z</dc:date>
    </item>
  </channel>
</rss>

