<?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 Per Month % in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Per-Month/m-p/1937278#M77252</link>
    <description>&lt;P&gt;Hi - I'm trying to calculate our KPI performance, based per month, for specific areas.&amp;nbsp; I have the following formula:&lt;/P&gt;
&lt;P&gt;=Count([REPKPIData_EventKey])/ Count (TOTAL &amp;lt;REPKPIData_MonthReported&amp;gt; {&amp;lt;[REPKPIData_KPI]&amp;gt;} REPKPIData_EventKey)&lt;/P&gt;
&lt;P&gt;I can use this in a chart and it will give me a nice monthly view in % terms.&amp;nbsp; However, I'd like to produce a text box, or even a Qlikview gauge, to show specific KPI performance for our Cancer Performance (field=REPKPICancerPerf) for month of 2022-04 (field=REPKPIMonth).&amp;nbsp; How can I amend the above formula to just show our KPI for Cancer Performance and just for 2022-04?&amp;nbsp; In % terms...&lt;/P&gt;
&lt;P&gt;Many thanks in advance!&amp;nbsp; Kind regards&lt;/P&gt;</description>
    <pubDate>Mon, 30 May 2022 13:54:51 GMT</pubDate>
    <dc:creator>jlampard40</dc:creator>
    <dc:date>2022-05-30T13:54:51Z</dc:date>
    <item>
      <title>Per Month %</title>
      <link>https://community.qlik.com/t5/App-Development/Per-Month/m-p/1937278#M77252</link>
      <description>&lt;P&gt;Hi - I'm trying to calculate our KPI performance, based per month, for specific areas.&amp;nbsp; I have the following formula:&lt;/P&gt;
&lt;P&gt;=Count([REPKPIData_EventKey])/ Count (TOTAL &amp;lt;REPKPIData_MonthReported&amp;gt; {&amp;lt;[REPKPIData_KPI]&amp;gt;} REPKPIData_EventKey)&lt;/P&gt;
&lt;P&gt;I can use this in a chart and it will give me a nice monthly view in % terms.&amp;nbsp; However, I'd like to produce a text box, or even a Qlikview gauge, to show specific KPI performance for our Cancer Performance (field=REPKPICancerPerf) for month of 2022-04 (field=REPKPIMonth).&amp;nbsp; How can I amend the above formula to just show our KPI for Cancer Performance and just for 2022-04?&amp;nbsp; In % terms...&lt;/P&gt;
&lt;P&gt;Many thanks in advance!&amp;nbsp; Kind regards&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 13:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Per-Month/m-p/1937278#M77252</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2022-05-30T13:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Per Month %</title>
      <link>https://community.qlik.com/t5/App-Development/Per-Month/m-p/1937554#M77272</link>
      <description>&lt;P&gt;&lt;SPAN&gt;as below&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=Count({&amp;lt;REPKPIMonth={'2022-04'}&amp;gt;}[REPKPIData_EventKey])/ Count ({&amp;lt;REPKPIMonth={'2022-04'}&amp;gt;} TOTAL &amp;lt;REPKPIData_MonthReported&amp;gt; {&amp;lt;[REPKPIData_KPI]&amp;gt;} REPKPIData_EventKey)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You cam make this dynamic to consider for max month if no selections are made or show selected month&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=Count({&amp;lt;REPKPIMonth={"$(=Date(max(Date),'YYYY-MM'))"}&amp;gt;}[REPKPIData_EventKey])/ Count ({&amp;lt;REPKPIMonth={"$(=Date(max(Date),'YYYY-MM'))"}&amp;gt;} TOTAL &amp;lt;REPKPIData_MonthReported&amp;gt; {&amp;lt;[REPKPIData_KPI]&amp;gt;} REPKPIData_EventKey)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 07:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Per-Month/m-p/1937554#M77272</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-31T07:15:53Z</dc:date>
    </item>
  </channel>
</rss>

