<?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: Qlikview performance issue in AccessPoint in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129935#M1292403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which kind of expressions are used? Simple sum/count(FIELD) should be quite fast but by using (nested) if-loops, aggr() or interrecord-functions in large tables it could slow-down an application quite heavily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2018 07:02:37 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2018-10-04T07:02:37Z</dc:date>
    <item>
      <title>Qlikview performance issue in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129934#M1292401</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;We have developed sales dashboard for our company but now facing performance issue. The dashboard is taking around 15-20 seconds to perform calculations. Expert opinion and suggestions are required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hardware Configuration:&lt;/P&gt;&lt;P&gt;Processor: Intel Xeon CPU E5-2650 v3@ 2.3GHz (20 cores with 40 logical processors)&lt;/P&gt;&lt;P&gt;RAM : 224 GB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The server is not fully utilized as CPU and RAM does not reach peak value. We are using single FACT table with multiple dimension tables and autonumber is applied on all key fields. &lt;/P&gt;&lt;P&gt;The records in FACT are 98 Millions. The data model is attached for reference.&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;Hasan Arif Khan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129934#M1292401</guid>
      <dc:creator>hasanarifkhan</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview performance issue in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129935#M1292403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which kind of expressions are used? Simple sum/count(FIELD) should be quite fast but by using (nested) if-loops, aggr() or interrecord-functions in large tables it could slow-down an application quite heavily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 07:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129935#M1292403</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-10-04T07:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview performance issue in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129936#M1292405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we re using aggregates and count distinct functions due to business requirements and cannot move at script level. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 07:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129936#M1292405</guid>
      <dc:creator>hasanarifkhan</dc:creator>
      <dc:date>2018-10-04T07:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview performance issue in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129937#M1292408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't mention a moving of the calculation to the script - although some pre-calculation with flagging or categorising of the data may be helpful to reduce the complexitity of the expressions and to speed them up - I was just asking to the used expressions. Some examples and screenshots of the objects will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 07:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129937#M1292408</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-10-04T07:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview performance issue in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129938#M1292409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FACT contains sales (primary and secondary), stock, productivity and targets data. Flag field is maintained to fetch data in set analysis. The sample KPI used is;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(aggr(count({&amp;lt;IS_SECONDARY_SALES={'1'},Cartons={'&amp;gt;0'}&amp;gt;} SKU), DOC_NO, DISTRIBUTORCODE))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 07:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129938#M1292409</guid>
      <dc:creator>hasanarifkhan</dc:creator>
      <dc:date>2018-10-04T07:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview performance issue in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129939#M1292410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Dear Hasan,&lt;BR /&gt;I have a similar server configuration, 48 cores and 512 GB of RAM.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;For my experience in this case the problem is not the "brute power" of the server but the data model, I would try to reduce the levels of the related tables.&lt;BR /&gt;&lt;BR /&gt;I've seen more than 1 levels cause performance impacts. If possible try moving table fields: "distributionHyearchy, distributors, gandola, gadgethierachy in the table of the top level and check the response of the dashboard.&lt;BR /&gt;The use of the set analisys in any case slows down the output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Sorry for my english and give me a feedback &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Ciao.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 08:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129939#M1292410</guid>
      <dc:creator>diegomen</dc:creator>
      <dc:date>2018-10-04T08:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview performance issue in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129940#M1292411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not really surprising that these calculation is slow because it counts SKU from the products over the probably quite granular key of the fact table. The virtual table which qlik needs to create to perform the calculation will be rather large and on top of it it's further aggregated (avg) to the fact and the distribution bridge table. Here you could find some background of what is happening to perform a calculation: &lt;A href="https://community.qlik.com/qlik-blogpost/3238"&gt;The Calculation Engine&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may here and there a few measures with which you could improve this and that a bit but I think you will need to change your datamodel to get a significantly more performaning dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 09:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-performance-issue-in-AccessPoint/m-p/129940#M1292411</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-10-04T09:03:33Z</dc:date>
    </item>
  </channel>
</rss>

