<?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: Performance Improve in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Performance-Improve/m-p/90629#M754415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;agree with &lt;A href="https://community.qlik.com/qlik-users/98086"&gt;juraj.misina&lt;/A&gt;&lt;/P&gt;&lt;P&gt;watch below ondemand webinar from qlik for reference&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;A href="https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&amp;amp;referrer=&amp;amp;eventid=1817109&amp;amp;sessionid=1&amp;amp;key=867C27911837703EE79303884CB7E937&amp;amp;regTag=&amp;amp;sourcepage=register"&gt;https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&amp;amp;referrer=&amp;amp;eventid=1817109&amp;amp;sessionid=1&amp;amp;key=867C27911837703EE79303884CB7E937&amp;amp;regTag=&amp;amp;sourcepage=register&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2018 13:52:07 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2018-10-10T13:52:07Z</dc:date>
    <item>
      <title>Performance Improve</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Improve/m-p/90625#M754411</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;&lt;/P&gt;&lt;P&gt;Please help me out to how to improve the performance of any application?&lt;/P&gt;&lt;P&gt;What best practices I have to follow to improve the performance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sagar &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/Performance-Improve/m-p/90625#M754411</guid>
      <dc:creator>sagarpawar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Improve</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Improve/m-p/90626#M754412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this is too general. Can you be more specific, what challenges are you facing? &lt;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt;‌ keeps a nice blog &lt;A href="http://qlikviewcookbook.com"&gt;http://qlikviewcookbook.com&lt;/A&gt;, where you can find many tips, tricks and tools to help you with app performance.&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 08:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Improve/m-p/90626#M754412</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-10-10T08:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Improve</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Improve/m-p/90627#M754413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I have to check pre developed application and I need to identify the key objects to improve performance of that application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 08:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Improve/m-p/90627#M754413</guid>
      <dc:creator>sagarpawar</dc:creator>
      <dc:date>2018-10-10T08:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Improve</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Improve/m-p/90628#M754414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general, you can check for:&lt;/P&gt;&lt;P&gt;- complex calculations, for example with nested If() statements or calculated dimensions&lt;/P&gt;&lt;P&gt;- complex usage of set analysis&lt;/P&gt;&lt;P&gt;- complex data model with many tables and long path from one side to other (especially if you combine fields from many different tables in Qlik objects)&lt;/P&gt;&lt;P&gt;- long text fields&lt;/P&gt;&lt;P&gt;- fields with high cardinality, i.e. too detailed fields (timestamps, calculated fields with many decimal places)&lt;/P&gt;&lt;P&gt;- unnecessarry fields in general&lt;/P&gt;&lt;P&gt;- complex string keys -&amp;gt; ideally convert them to numeric using Autonumber()&lt;/P&gt;&lt;P&gt;You can use Rob's Document Analyzer tool to get ideas and suggestions for improvement, you'll find it on his page I posted before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 09:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Improve/m-p/90628#M754414</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-10-10T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Improve</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Improve/m-p/90629#M754415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;agree with &lt;A href="https://community.qlik.com/qlik-users/98086"&gt;juraj.misina&lt;/A&gt;&lt;/P&gt;&lt;P&gt;watch below ondemand webinar from qlik for reference&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;A href="https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&amp;amp;referrer=&amp;amp;eventid=1817109&amp;amp;sessionid=1&amp;amp;key=867C27911837703EE79303884CB7E937&amp;amp;regTag=&amp;amp;sourcepage=register"&gt;https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&amp;amp;referrer=&amp;amp;eventid=1817109&amp;amp;sessionid=1&amp;amp;key=867C27911837703EE79303884CB7E937&amp;amp;regTag=&amp;amp;sourcepage=register&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 13:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Improve/m-p/90629#M754415</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-10T13:52:07Z</dc:date>
    </item>
  </channel>
</rss>

