<?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 Create a MoM % sales change KPI in Catalog and Lineage</title>
    <link>https://community.qlik.com/t5/Catalog-and-Lineage/Create-a-MoM-sales-change-KPI/m-p/2424938#M1262</link>
    <description>&lt;P&gt;Hi! I am trying to have a % change month over month kpi indicator for sales, based on the selection of a date.&lt;/P&gt;
&lt;P&gt;I am thinking on using set analysis for this, to grab the max of current month minus max of current month -1.&lt;/P&gt;
&lt;P&gt;However I would lik to know if any of you have a simple way to calculate MoM %&lt;/P&gt;
&lt;P&gt;Any help would be appreciated!&lt;/P&gt;</description>
    <pubDate>Wed, 28 Feb 2024 21:06:30 GMT</pubDate>
    <dc:creator>zedmo</dc:creator>
    <dc:date>2024-02-28T21:06:30Z</dc:date>
    <item>
      <title>Create a MoM % sales change KPI</title>
      <link>https://community.qlik.com/t5/Catalog-and-Lineage/Create-a-MoM-sales-change-KPI/m-p/2424938#M1262</link>
      <description>&lt;P&gt;Hi! I am trying to have a % change month over month kpi indicator for sales, based on the selection of a date.&lt;/P&gt;
&lt;P&gt;I am thinking on using set analysis for this, to grab the max of current month minus max of current month -1.&lt;/P&gt;
&lt;P&gt;However I would lik to know if any of you have a simple way to calculate MoM %&lt;/P&gt;
&lt;P&gt;Any help would be appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 21:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Catalog-and-Lineage/Create-a-MoM-sales-change-KPI/m-p/2424938#M1262</guid>
      <dc:creator>zedmo</dc:creator>
      <dc:date>2024-02-28T21:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create a MoM % sales change KPI</title>
      <link>https://community.qlik.com/t5/Catalog-and-Lineage/Create-a-MoM-sales-change-KPI/m-p/2424963#M1263</link>
      <description>&lt;P&gt;So, your solution is actually correct and looks simple for me.&lt;/P&gt;
&lt;P&gt;If your application needs to use more complex operations using month over months, rolling averages of some sort, you can use a &lt;STRONG&gt;AsOfCalendar.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can learn it more in this article made by HIC: &lt;A href="https://community.qlik.com/t5/Design/The-As-Of-Table/ba-p/1466130" target="_blank"&gt;https://community.qlik.com/t5/Design/The-As-Of-Table/ba-p/1466130&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In your scenario I would stay with your solution.&lt;/P&gt;
&lt;P&gt;Something like this, would do the trick.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Addmonths(Max(Date),0)
/
Addmonths(Max(Date),-1)&lt;/LI-CODE&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;-Zapparoli&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 00:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Catalog-and-Lineage/Create-a-MoM-sales-change-KPI/m-p/2424963#M1263</guid>
      <dc:creator>Zapparoli</dc:creator>
      <dc:date>2024-02-29T00:10:38Z</dc:date>
    </item>
  </channel>
</rss>

