<?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: Script &amp; Performance in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-Performance/m-p/1293723#M833006</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;Loading the data while fetching the data is faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the link below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/85925"&gt;Preceding Loads vs. Resident Loads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jun 2017 09:41:32 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2017-06-15T09:41:32Z</dc:date>
    <item>
      <title>Script &amp; Performance</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Performance/m-p/1293721#M833004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;from a performance point of view, into the script, if i'm loading data from a table, it's better to first load all data and then do the calculation later maybe creating a resident table, or it's the same if the calculation are done while loading the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Performance/m-p/1293721#M833004</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script &amp; Performance</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Performance/m-p/1293722#M833005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest you to do business logic from table level then load into any reporting tool like Qlik. It won't take much performance problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Performance/m-p/1293722#M833005</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-15T09:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Script &amp; Performance</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Performance/m-p/1293723#M833006</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;Loading the data while fetching the data is faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the link below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/85925"&gt;Preceding Loads vs. Resident Loads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Performance/m-p/1293723#M833006</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-06-15T09:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Script &amp; Performance</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Performance/m-p/1293724#M833007</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;I Would suggest below methods,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Physical Layer (i.e: read data from qvd, other source etc)&lt;/P&gt;&lt;P&gt;2) Transformation / Business Logic layer (here u can write all your business rule, data island ,user business naming conventions, etc.,)&lt;/P&gt;&lt;P&gt;3) Presentation layer ( should be binary loaded document)&lt;/P&gt;&lt;P&gt;also try keep all your expression / definitions via external file and it will save your time (one common place where you can define all your expression and u can easily able to apply across all your application)&lt;/P&gt;&lt;P&gt;check this,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikfix.com/2011/09/21/storing-variables-outside-of-qlikview/" title="http://www.qlikfix.com/2011/09/21/storing-variables-outside-of-qlikview/"&gt;http://www.qlikfix.com/2011/09/21/storing-variables-outside-of-qlikview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Try to avoid link table&amp;nbsp; and use more apply map, preceding load, Star schema methods. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Performance/m-p/1293724#M833007</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-06-15T09:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script &amp; Performance</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Performance/m-p/1293725#M833008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its impossible to say up front, and can only really be answered by testing. In the broadest generalization, resident loading generally falls between optimised QVD loads and non-optimised QVD loads in speed. Try both options. Heavy use of resident loads with complex transformations may require a lot of RAM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Performance/m-p/1293725#M833008</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-06-15T09:55:12Z</dc:date>
    </item>
  </channel>
</rss>

