<?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: How to calculate the total percetage on table? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-calculate-the-total-percetage-on-table/m-p/1803065#M65152</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried the expression that you provide. it return the sum of&amp;nbsp; % =975.3%. however, I would like final total % = Sum of column 3/ Sum of column 1 which is 26%..&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kwl1234_0-1619520965575.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53793i0E7641B3E3388BC0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kwl1234_0-1619520965575.png" alt="kwl1234_0-1619520965575.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2021 10:58:44 GMT</pubDate>
    <dc:creator>kwl1234</dc:creator>
    <dc:date>2021-04-27T10:58:44Z</dc:date>
    <item>
      <title>How to calculate the total percetage on table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-calculate-the-total-percetage-on-table/m-p/1803048#M65149</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total percentage should = 7154/27129=&lt;SPAN class="qv3Wpe"&gt;0.26370304839&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How do I calculate the total percentage based on total value of Sum and GP?&lt;/P&gt;&lt;P&gt;I tried Column(3)/Column(1) also showing the wrong value(31.8%)&lt;/P&gt;&lt;P&gt;I also tried Sum(Total (Column(3)))/Sum(Total (Column(1))), but it is not working, return 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also want to know about &lt;SPAN class="lia-message-read"&gt;How to filter the dimension?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-message-read"&gt;I want to filter B and C when I select year = 2021 and Month= 04. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-message-read"&gt;I am filter the dimension by this expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-message-read"&gt;If(Year &amp;amp; Month &amp;amp;99&amp;lt;Start Date, null(),Category)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-message-read"&gt;Is there any proper way to doing that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kwl1234_1-1619520022700.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53792iFB1B50B8173F4512/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kwl1234_1-1619520022700.png" alt="kwl1234_1-1619520022700.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 02:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-calculate-the-total-percetage-on-table/m-p/1803048#M65149</guid>
      <dc:creator>kwl1234</dc:creator>
      <dc:date>2021-05-04T02:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total percetage on table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-calculate-the-total-percetage-on-table/m-p/1803059#M65150</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134041"&gt;@kwl1234&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;Sum(Aggr(Column(3) expression / (Column(1) expression) , Dimension1))&lt;/P&gt;&lt;P&gt;Column(3) expression &amp;lt;-- might sum(RevisedContractor)&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 10:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-calculate-the-total-percetage-on-table/m-p/1803059#M65150</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-04-27T10:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total percetage on table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-calculate-the-total-percetage-on-table/m-p/1803065#M65152</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried the expression that you provide. it return the sum of&amp;nbsp; % =975.3%. however, I would like final total % = Sum of column 3/ Sum of column 1 which is 26%..&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kwl1234_0-1619520965575.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53793i0E7641B3E3388BC0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kwl1234_0-1619520965575.png" alt="kwl1234_0-1619520965575.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 10:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-calculate-the-total-percetage-on-table/m-p/1803065#M65152</guid>
      <dc:creator>kwl1234</dc:creator>
      <dc:date>2021-04-27T10:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total percetage on table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-calculate-the-total-percetage-on-table/m-p/1803068#M65153</link>
      <description>&lt;P&gt;Can you send the sample file?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 11:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-calculate-the-total-percetage-on-table/m-p/1803068#M65153</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-04-27T11:00:39Z</dc:date>
    </item>
  </channel>
</rss>

