<?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: Percentage Calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Percentage-Calculation/m-p/1738322#M722088</link>
    <description>&lt;P&gt;I am assuming you want this to be static only for the status field selection. Then try like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Currently i was using this&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=Count({&amp;lt;[Activity Status] = {'Completed'}&amp;gt;} DISTINCT [Activity ID])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Count(&amp;nbsp;&lt;STRONG&gt;{&amp;lt;[Activity Status]&amp;gt;}&lt;/STRONG&gt; DISTINCT [Activity ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;, '#,##0.00')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Num() for controlling decimal precision.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 06:17:09 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2020-08-25T06:17:09Z</dc:date>
    <item>
      <title>Percentage Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Calculation/m-p/1738313#M722085</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone please help me on percentage calculation of a value in a column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a field named&amp;nbsp;&lt;STRONG&gt;Activity Status&amp;nbsp;&lt;/STRONG&gt;contains records like Completed, Closed, Open, withheld etc... and also i have a field Activity ID with records&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now, In a&amp;nbsp;&lt;STRONG&gt;text object&lt;/STRONG&gt;&amp;nbsp;I have to shown&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;percentage&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;of a&amp;nbsp;&lt;STRONG&gt;activities completed&lt;/STRONG&gt;&lt;SPAN&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Currently i was using this&amp;nbsp;&lt;SPAN&gt;=Count({&amp;lt;[Activity Status] = {'Completed'}&amp;gt;} DISTINCT [Activity ID])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Count( DISTINCT [Activity ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is working fine but the problem is when we have not applied any filters on &lt;STRONG&gt;Activity Status&lt;/STRONG&gt; i mean if i have not applied any filters it is showing 14.03% this is correct but if i'm applying any filter like if i'm filtering with suspending or anything the value is wrong . Could anyone please help me out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Calculation/m-p/1738313#M722085</guid>
      <dc:creator>TheBeginner</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Calculation/m-p/1738317#M722086</link>
      <description>&lt;P&gt;What do you expect to see (any change ?) in the result while you are selecting other values?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 05:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Calculation/m-p/1738317#M722086</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-08-25T05:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Calculation/m-p/1738320#M722087</link>
      <description>&lt;P&gt;Hi Thanks for reply,&lt;/P&gt;&lt;P&gt;The result should be static until unless i have added any record marked as completed in database other wise the value should be static and also i only need two decimals after point. Could you please help me out.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 06:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Calculation/m-p/1738320#M722087</guid>
      <dc:creator>TheBeginner</dc:creator>
      <dc:date>2020-08-25T06:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Calculation/m-p/1738322#M722088</link>
      <description>&lt;P&gt;I am assuming you want this to be static only for the status field selection. Then try like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Currently i was using this&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=Count({&amp;lt;[Activity Status] = {'Completed'}&amp;gt;} DISTINCT [Activity ID])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Count(&amp;nbsp;&lt;STRONG&gt;{&amp;lt;[Activity Status]&amp;gt;}&lt;/STRONG&gt; DISTINCT [Activity ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;, '#,##0.00')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Num() for controlling decimal precision.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 06:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Calculation/m-p/1738322#M722088</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-08-25T06:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Calculation/m-p/1738345#M722089</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp;thanks alot it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 07:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Calculation/m-p/1738345#M722089</guid>
      <dc:creator>TheBeginner</dc:creator>
      <dc:date>2020-08-25T07:39:02Z</dc:date>
    </item>
  </channel>
</rss>

