<?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 KPI for % change over two dimensions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/KPI-for-change-over-two-dimensions/m-p/2477590#M100388</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to insert on my QlikSense Analytics app a KPI that shows the percentage of change between two years with the below data. How can I show the % of change when I select 2 years as dimension filter?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-22 at 11.20.55.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170898iC36AA6133BEDFE7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-08-22 at 11.20.55.png" alt="Screenshot 2024-08-22 at 11.20.55.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2024 15:22:46 GMT</pubDate>
    <dc:creator>raivalen</dc:creator>
    <dc:date>2024-08-22T15:22:46Z</dc:date>
    <item>
      <title>KPI for % change over two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/KPI-for-change-over-two-dimensions/m-p/2477590#M100388</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to insert on my QlikSense Analytics app a KPI that shows the percentage of change between two years with the below data. How can I show the % of change when I select 2 years as dimension filter?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-22 at 11.20.55.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170898iC36AA6133BEDFE7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-08-22 at 11.20.55.png" alt="Screenshot 2024-08-22 at 11.20.55.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 15:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/KPI-for-change-over-two-dimensions/m-p/2477590#M100388</guid>
      <dc:creator>raivalen</dc:creator>
      <dc:date>2024-08-22T15:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: KPI for % change over two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/KPI-for-change-over-two-dimensions/m-p/2478965#M100544</link>
      <description>&lt;P&gt;if you want to select two different year then you can use alternative dimension here.&lt;/P&gt;
&lt;P&gt;but if you want to see %change based on selected year vs last year then see the below expression:-&lt;/P&gt;
&lt;P&gt;Num(&lt;BR /&gt;(Sum({&amp;lt;Year = {"$(=Max(Year))"}&amp;gt;} Sales) - Sum({&amp;lt;Year = {"$(=Max(Year)-1)"}&amp;gt;} Sales)) / &lt;BR /&gt;Sum({&amp;lt;Year = {"$(=Max(Year)-1)"}&amp;gt;} Sales), &lt;BR /&gt;'#,##0.00%'&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 18:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/KPI-for-change-over-two-dimensions/m-p/2478965#M100544</guid>
      <dc:creator>Sayed_Mannan</dc:creator>
      <dc:date>2024-08-30T18:36:58Z</dc:date>
    </item>
  </channel>
</rss>

