<?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 get YoY, MoM growth data based on product in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-get-YoY-MoM-growth-data-based-on-product/m-p/1669601#M50561</link>
    <description>&lt;P&gt;Create drill down dimension&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Dimensions/create-drill-down-dimension.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Dimensions/create-drill-down-dimension.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In drill down year as first and month next so that selecting year will switch to all 12 months.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image.JPG" style="width: 581px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27500i2D9224AFB36C583F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image.JPG" alt="Image.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;if you want to show only last two months when when year is selected&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF00FF"&gt;=aggr(only({&amp;lt;Date={"&amp;gt;=$(=Monthstart(Max(Date),-1))&amp;lt;=$(=Monthend(Max(Date)))"}&amp;gt;}[Month]),[Month])&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF00FF"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image.JPG" style="width: 583px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27499iD09B060915C56595/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image.JPG" alt="Image.JPG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Measure&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(Sum(qty)-Above(Sum(qty)))/Above(Sum(qty) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this will display value of current vs previous in chart, if you use this formula kindly check the sorting, this will work based on sorting section only&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image.JPG" style="width: 756px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27501iEDFEDA02BBF072B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image.JPG" alt="Image.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My MOM formula is &lt;STRONG&gt;&lt;EM&gt;&lt;FONT color="#FF00FF"&gt;sum(Revenue)-Above(Sum(Revenue)) -just for eg used.&lt;/FONT&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt; for july 2019 it will not display because my dimension last 6 months only.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2020 13:19:33 GMT</pubDate>
    <dc:creator>UserID2626</dc:creator>
    <dc:date>2020-01-27T13:19:33Z</dc:date>
    <item>
      <title>How to get YoY, MoM growth data based on product</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-YoY-MoM-growth-data-based-on-product/m-p/1669281#M50540</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have two dimension fields, FY (FY18, FY19) and FMonth (Jan, Feb).&lt;/P&gt;&lt;P&gt;I have to show YoY and MoM data in a line chart , based on product selections.&lt;/P&gt;&lt;P&gt;For ex:-Initially&amp;nbsp; chart, should display YOY growth data, and if users selects any Financial year, it should drill to month, and display MoM growth data, all selections include&amp;nbsp;&lt;STRONG&gt;product&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;I have used below formula as suggested in qlik community, but I am getting 0 values.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(qty)/Above(Sum(qty))-1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-YoY-MoM-growth-data-based-on-product/m-p/1669281#M50540</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2024-11-16T19:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get YoY, MoM growth data based on product</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-YoY-MoM-growth-data-based-on-product/m-p/1669601#M50561</link>
      <description>&lt;P&gt;Create drill down dimension&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Dimensions/create-drill-down-dimension.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Dimensions/create-drill-down-dimension.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In drill down year as first and month next so that selecting year will switch to all 12 months.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image.JPG" style="width: 581px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27500i2D9224AFB36C583F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image.JPG" alt="Image.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;if you want to show only last two months when when year is selected&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF00FF"&gt;=aggr(only({&amp;lt;Date={"&amp;gt;=$(=Monthstart(Max(Date),-1))&amp;lt;=$(=Monthend(Max(Date)))"}&amp;gt;}[Month]),[Month])&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF00FF"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image.JPG" style="width: 583px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27499iD09B060915C56595/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image.JPG" alt="Image.JPG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Measure&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(Sum(qty)-Above(Sum(qty)))/Above(Sum(qty) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this will display value of current vs previous in chart, if you use this formula kindly check the sorting, this will work based on sorting section only&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image.JPG" style="width: 756px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27501iEDFEDA02BBF072B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image.JPG" alt="Image.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My MOM formula is &lt;STRONG&gt;&lt;EM&gt;&lt;FONT color="#FF00FF"&gt;sum(Revenue)-Above(Sum(Revenue)) -just for eg used.&lt;/FONT&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt; for july 2019 it will not display because my dimension last 6 months only.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 13:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-YoY-MoM-growth-data-based-on-product/m-p/1669601#M50561</guid>
      <dc:creator>UserID2626</dc:creator>
      <dc:date>2020-01-27T13:19:33Z</dc:date>
    </item>
  </channel>
</rss>

