<?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: Cumulative % in Pivot table and  QV Application not Utilizing full CPU in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834919#M293732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is the snapshot of the DATA Model TBL_Trades have the ORDKEY field&lt;/P&gt;&lt;P&gt;&lt;IMG alt="export.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/82680_export.png" style="height: 371px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2015 11:52:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-01T11:52:03Z</dc:date>
    <item>
      <title>Cumulative % in Pivot table and  QV Application not Utilizing full CPU</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834916#M293729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;i have very big amount of data and below is the syntax for cumulative % calculation in a Pivot table for each column&amp;nbsp; Dimension:&lt;/P&gt;&lt;P&gt;Cum% Expression is a below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=RangeSum(above(Count(DISTINCT ORDKEY),0,RowNo()))&amp;nbsp; / Bottom(RangeSum(above(Count(DISTINCT ORDKEY),0,RowNo()))) *100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;SPAN style="color: #ff0000;"&gt; Cumulative Count of Orders / Cumulative Count of Orders bottom value *100 . so i get the Cumulative %&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Report.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/82675_Report.png" style="height: 288px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The Cumulative Calculation is taking large time because i have around 30 lakh record. &lt;/P&gt;&lt;P&gt;when i am viewing the CPU Utilization then it is not going beyond 25% -27%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CPU Utilization.png" class="jive-image image-2" src="/legacyfs/online/82679_CPU Utilization.png" style="height: 269px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;What needs to be done. &lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834916#M293729</guid>
      <dc:creator />
      <dc:date>2015-04-01T11:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative % in Pivot table and  QV Application not Utilizing full CPU</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834917#M293730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one help me how to write optimized Expression for Cumulative % in Pivot table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834917#M293730</guid>
      <dc:creator />
      <dc:date>2015-04-01T11:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative % in Pivot table and  QV Application not Utilizing full CPU</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834918#M293731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 25% is because of a single thread operation (100%/4cores=25%)&lt;/P&gt;&lt;P&gt;What is the datamodel like ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Also see &lt;A href="https://community.qlik.com/docs/DOC-2073"&gt;Quick Tips #5 - Expressions, count(distinct &amp;amp;lt;fieldname&amp;amp;gt;)&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;It is not count(distinct &amp;lt;fieldname&amp;gt; that is single-threaded but the fact that fields often uses with this function are often located in distant tables, in the data model.&lt;/SPAN&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834918#M293731</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2015-04-01T11:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative % in Pivot table and  QV Application not Utilizing full CPU</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834919#M293732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is the snapshot of the DATA Model TBL_Trades have the ORDKEY field&lt;/P&gt;&lt;P&gt;&lt;IMG alt="export.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/82680_export.png" style="height: 371px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834919#M293732</guid>
      <dc:creator />
      <dc:date>2015-04-01T11:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative % in Pivot table and  QV Application not Utilizing full CPU</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834920#M293733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Paul,&lt;/P&gt;&lt;P&gt;The ORDKEY is repeating in the TBL_TRADE table only. so i required to do Unique Count. If you have any idea kindly help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834920#M293733</guid>
      <dc:creator />
      <dc:date>2015-04-01T12:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative % in Pivot table and  QV Application not Utilizing full CPU</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834921#M293734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is also a ORDKEY in TBL_TRADE_RES, if this table cant be concatenated.&lt;/P&gt;&lt;P&gt;Add a extra field in the TBL_TRADE containing the ORDKEY for instance ORDKEY_COUNT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834921#M293734</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2015-04-01T12:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative % in Pivot table and  QV Application not Utilizing full CPU</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834922#M293735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get your point what u want to say. i will do the needful. Thanks for your Help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JKV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-in-Pivot-table-and-QV-Application-not-Utilizing-full/m-p/834922#M293735</guid>
      <dc:creator />
      <dc:date>2015-04-01T12:45:28Z</dc:date>
    </item>
  </channel>
</rss>

