<?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: Calculate the attendance based on a monthly basis in a Pivot Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calculate-the-attendance-based-on-a-monthly-basis-in-a-Pivot/m-p/1545342#M62794</link>
    <description>Hi MVP,&lt;BR /&gt;You are a legend.&lt;BR /&gt;Thank you very much for your prompt reply.&lt;BR /&gt;The first options gives the expected output. I think the modifier (with in "&amp;lt; &amp;gt;" should contain both Month and Company.&lt;BR /&gt;Jus t a small request,&lt;BR /&gt;Appreciate if you could give your comments on the question posted under the below link,&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Support-Discussions/Represent-the-percentage-of-Attendance-ONLY-for-the-selected/m-p/1543307#M1168" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Support-Discussions/Represent-the-percentage-of-Attendance-ONLY-for-the-selected/m-p/1543307#M1168&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Andy&lt;BR /&gt;</description>
    <pubDate>Sat, 16 Feb 2019 00:55:39 GMT</pubDate>
    <dc:creator>andymanu</dc:creator>
    <dc:date>2019-02-16T00:55:39Z</dc:date>
    <item>
      <title>Calculate the attendance based on a monthly basis in a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-the-attendance-based-on-a-monthly-basis-in-a-Pivot/m-p/1544662#M62790</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I need to calculate the percentage of attendees for each month by the total number of participants for the month.&lt;/P&gt;&lt;P&gt;(Total number of participants comprise of both "Attended" people and the "Did Not Attend" people).&lt;/P&gt;&lt;P&gt;Please refer the provided screenshot and the data set herewith.&lt;/P&gt;&lt;P&gt;For example, the respective percentage under month "December" for the Age Group "Age 0-19" should be 42.5% which is&amp;nbsp; 17 / 17+5+15+3 (Attended number for the age group divided by the total number of participants for the selected month, which is "December".&lt;/P&gt;&lt;P&gt;Similarly, Percentage for the month "January" for the same group (Age 0-19) should be 21% ( 12/56).&lt;/P&gt;&lt;P&gt;I tried an expression as "=Num(Sum(Attended) / Sum(TOTAL &amp;lt;[Month]&amp;gt;Total_Attendance),'#,##0%')" to calculate the percentage (as per the calculated screen shot data) of attendance but does not give me the expected outcome.&lt;/P&gt;&lt;P&gt;Could someone please help me to derive the correct expression to calculate the correct percentage based on a monthly basis.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-the-attendance-based-on-a-monthly-basis-in-a-Pivot/m-p/1544662#M62790</guid>
      <dc:creator>andymanu</dc:creator>
      <dc:date>2024-11-16T21:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the attendance based on a monthly basis in a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-the-attendance-based-on-a-monthly-basis-in-a-Pivot/m-p/1544672#M62791</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I was able to develop an expression to perform the above task, but it does the job partially.&lt;/P&gt;&lt;P&gt;The expression I developed is, "=Num(Sum(Attended) / Sum(Aggr(Sum(Total_Attendance),Month,Company)),'#,##0%')".&lt;/P&gt;&lt;P&gt;The above expression calculates the percentage value only for the first Age group range of each month but not for the rest.&lt;/P&gt;&lt;P&gt;When analysed bit deeper, found that the "Total Participants" were calculated only for the first age range of each month but not for the remainder.&lt;/P&gt;&lt;P&gt;Please see the attached screenshot herewith.&lt;/P&gt;&lt;P&gt;Appreciate a lot if someone could help me to resolve the said issue.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 05:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-the-attendance-based-on-a-monthly-basis-in-a-Pivot/m-p/1544672#M62791</guid>
      <dc:creator>andymanu</dc:creator>
      <dc:date>2019-02-15T05:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the attendance based on a monthly basis in a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-the-attendance-based-on-a-monthly-basis-in-a-Pivot/m-p/1544674#M62792</link>
      <description>Just a small not,&lt;BR /&gt;I have created a dimension during the data load process named, "Total_Attendance" which adds both "Attended" people and the "Did Not Attend" people.&lt;BR /&gt;Thank you.&lt;BR /&gt;Regards,&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 15 Feb 2019 05:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-the-attendance-based-on-a-monthly-basis-in-a-Pivot/m-p/1544674#M62792</guid>
      <dc:creator>andymanu</dc:creator>
      <dc:date>2019-02-15T05:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the attendance based on a monthly basis in a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-the-attendance-based-on-a-monthly-basis-in-a-Pivot/m-p/1544989#M62793</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;=Num(Sum(Attended) / Sum(TOTAL &amp;lt;[Month], [Company]&amp;gt; Total_Attendance), '#,##0%')&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;=Num(Sum(Attended) / Sum(Aggr(NODISTINCT Sum(Total_Attendance), Month, Company)), '#,##0%')&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Feb 2019 13:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-the-attendance-based-on-a-monthly-basis-in-a-Pivot/m-p/1544989#M62793</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-15T13:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the attendance based on a monthly basis in a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-the-attendance-based-on-a-monthly-basis-in-a-Pivot/m-p/1545342#M62794</link>
      <description>Hi MVP,&lt;BR /&gt;You are a legend.&lt;BR /&gt;Thank you very much for your prompt reply.&lt;BR /&gt;The first options gives the expected output. I think the modifier (with in "&amp;lt; &amp;gt;" should contain both Month and Company.&lt;BR /&gt;Jus t a small request,&lt;BR /&gt;Appreciate if you could give your comments on the question posted under the below link,&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Support-Discussions/Represent-the-percentage-of-Attendance-ONLY-for-the-selected/m-p/1543307#M1168" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Support-Discussions/Represent-the-percentage-of-Attendance-ONLY-for-the-selected/m-p/1543307#M1168&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Andy&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Feb 2019 00:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-the-attendance-based-on-a-monthly-basis-in-a-Pivot/m-p/1545342#M62794</guid>
      <dc:creator>andymanu</dc:creator>
      <dc:date>2019-02-16T00:55:39Z</dc:date>
    </item>
  </channel>
</rss>

