<?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: Expressions Analyser in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expressions-Analyser/m-p/1754718#M720449</link>
    <description>&lt;P&gt;See the following Help doc link for the Calc time info I think you were trying to find:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Document_Properties_Sheets.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Document_Properties_Sheets.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is going to be by object though.&amp;nbsp; Here are a couple other links that may be of some help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/LoadData/best-practices-data-modeling.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/LoadData/best-practices-data-modeling.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/application-performance-optimization.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/application-performance-optimization.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 21 Oct 2020 20:57:37 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-10-21T20:57:37Z</dc:date>
    <item>
      <title>Expressions Analyser</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Analyser/m-p/1748184#M720446</link>
      <description>&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to qlikview. Is there a way to see the calc time for expressions? or any utility or tool to check the performance of the expressions which are in qvw file?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried Document Analyser, for objects I see the calctime but not for expressions &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Analyser/m-p/1748184#M720446</guid>
      <dc:creator>praveenvinnakota</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Analyser</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Analyser/m-p/1748192#M720447</link>
      <description>&lt;P&gt;that sounds like a great feature for the doc analyzer, you may want to pose that request to Rob&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Analyser/m-p/1748192#M720447</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-09-29T16:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Analyser</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Analyser/m-p/1748421#M720448</link>
      <description>&lt;P&gt;It's not so helpful as you think it would be because the heaviest part of the calculation is to create the object respectively the virtual tables behind it. This part is always single-threaded while the agregations would be performed in multi-threading.&lt;/P&gt;&lt;P&gt;In this regard it's important to build a suitable datamodel for your later views. Means to develop the datamodel in the direction of a star-scheme (by really huge datasets it should be even a single table) so that all relevant fields for an object comes from a single table. Within the UI (nested) if-loops, aggr-constructs and interrecord-functions should be as far as possible avoided.&lt;/P&gt;&lt;P&gt;If this basic-work is done you may pick those objects which are further too slow in their responses to investigate if they could be optimized in any way.&lt;/P&gt;&lt;P&gt;Beside this if I look on your screenshot it looked that the expression there is aimed to format results in k, m, b and so on. The added value of such a measure is often limited - therefore you should consider to skip it, especially if there are issues with the performance (probably the real reason for your question). Nevertheless if you want to remain by this logic you could improve the performance by changing the nested if-loop to pick() maybe in this way:&lt;/P&gt;&lt;P&gt;pick(len(floor(YourExpression)), '', '', '', 'k', 'k', 'k', 'm', ...)&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 11:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Analyser/m-p/1748421#M720448</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-09-30T11:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Analyser</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Analyser/m-p/1754718#M720449</link>
      <description>&lt;P&gt;See the following Help doc link for the Calc time info I think you were trying to find:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Document_Properties_Sheets.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Document_Properties_Sheets.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is going to be by object though.&amp;nbsp; Here are a couple other links that may be of some help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/LoadData/best-practices-data-modeling.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/LoadData/best-practices-data-modeling.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/application-performance-optimization.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/application-performance-optimization.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 20:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Analyser/m-p/1754718#M720449</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-21T20:57:37Z</dc:date>
    </item>
  </channel>
</rss>

