<?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 Monthly Growth Rate Min to Max dates in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Monthly-Growth-Rate-Min-to-Max-dates/m-p/1663634#M49893</link>
    <description>&lt;P&gt;Hi Everyone!&lt;/P&gt;&lt;P&gt;Can you guys help me with my formula? I have a trend chart that counts Total customer count acquisition monthly from 2018 up to latest date and I want to create another trend chart that shows its Growth Rate %.&lt;/P&gt;&lt;P&gt;My Original Trend chart is below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Customer_Acquisition_Tren.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26521i840AADDA910CC789/image-size/large?v=v2&amp;amp;px=999" role="button" title="Customer_Acquisition_Tren.PNG" alt="Customer_Acquisition_Tren.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The customer count formula for that is:&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;COUNT({$&amp;lt;DateBasis={"&lt;FONT&gt;X&lt;/FONT&gt;"}&amp;gt;}&amp;nbsp; distinct [Y])&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Formula that I tried:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;1. ((COUNT({$&amp;lt;DateBasis={"X"}&amp;gt;}&amp;nbsp; distinct [Y]))/(Before(COUNT({$&amp;lt;DateBasis={"&lt;FONT&gt;X&lt;/FONT&gt;"}&amp;gt;}&amp;nbsp; distinct [Y])) - 1) * Avg(1)))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;2. &amp;nbsp;(COUNT({$&amp;lt;DateBasis={"&lt;FONT&gt;X&lt;/FONT&gt;"}, MonthNum={$(=Max(MonthNum))}&amp;gt;}&amp;nbsp; distinct [Y])) -&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;(COUNT({$&amp;lt;DateBasis={"&lt;FONT&gt;X&lt;/FONT&gt;"}, MonthNum={$(=Max(MonthNum)-1)}&amp;gt;}&amp;nbsp; distinct [Y])) /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;(COUNT({$&amp;lt;DateBasis={"&lt;FONT&gt;X&lt;/FONT&gt;"}, MonthNum={$(=Max(MonthNum)-1)}&amp;gt;}&amp;nbsp; distinct [Y]))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Thank you so much and have a great day!&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:20:45 GMT</pubDate>
    <dc:creator>badzreyes</dc:creator>
    <dc:date>2024-11-16T19:20:45Z</dc:date>
    <item>
      <title>Monthly Growth Rate Min to Max dates</title>
      <link>https://community.qlik.com/t5/App-Development/Monthly-Growth-Rate-Min-to-Max-dates/m-p/1663634#M49893</link>
      <description>&lt;P&gt;Hi Everyone!&lt;/P&gt;&lt;P&gt;Can you guys help me with my formula? I have a trend chart that counts Total customer count acquisition monthly from 2018 up to latest date and I want to create another trend chart that shows its Growth Rate %.&lt;/P&gt;&lt;P&gt;My Original Trend chart is below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Customer_Acquisition_Tren.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26521i840AADDA910CC789/image-size/large?v=v2&amp;amp;px=999" role="button" title="Customer_Acquisition_Tren.PNG" alt="Customer_Acquisition_Tren.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The customer count formula for that is:&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;COUNT({$&amp;lt;DateBasis={"&lt;FONT&gt;X&lt;/FONT&gt;"}&amp;gt;}&amp;nbsp; distinct [Y])&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Formula that I tried:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;1. ((COUNT({$&amp;lt;DateBasis={"X"}&amp;gt;}&amp;nbsp; distinct [Y]))/(Before(COUNT({$&amp;lt;DateBasis={"&lt;FONT&gt;X&lt;/FONT&gt;"}&amp;gt;}&amp;nbsp; distinct [Y])) - 1) * Avg(1)))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;2. &amp;nbsp;(COUNT({$&amp;lt;DateBasis={"&lt;FONT&gt;X&lt;/FONT&gt;"}, MonthNum={$(=Max(MonthNum))}&amp;gt;}&amp;nbsp; distinct [Y])) -&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;(COUNT({$&amp;lt;DateBasis={"&lt;FONT&gt;X&lt;/FONT&gt;"}, MonthNum={$(=Max(MonthNum)-1)}&amp;gt;}&amp;nbsp; distinct [Y])) /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;(COUNT({$&amp;lt;DateBasis={"&lt;FONT&gt;X&lt;/FONT&gt;"}, MonthNum={$(=Max(MonthNum)-1)}&amp;gt;}&amp;nbsp; distinct [Y]))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Thank you so much and have a great day!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Monthly-Growth-Rate-Min-to-Max-dates/m-p/1663634#M49893</guid>
      <dc:creator>badzreyes</dc:creator>
      <dc:date>2024-11-16T19:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Growth Rate Min to Max dates</title>
      <link>https://community.qlik.com/t5/App-Development/Monthly-Growth-Rate-Min-to-Max-dates/m-p/1663645#M49895</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Count(&lt;SPAN&gt;{$&amp;lt;DateBasis={"&lt;/SPAN&gt;&lt;FONT&gt;X&lt;/FONT&gt;&lt;SPAN&gt;"}&amp;gt;}&amp;nbsp; distinct [Y]&lt;/SPAN&gt;)-Below(&lt;SPAN&gt;{$&amp;lt;DateBasis={"&lt;/SPAN&gt;&lt;FONT&gt;X&lt;/FONT&gt;&lt;SPAN&gt;"}&amp;gt;}&amp;nbsp; distinct [Y]&lt;/SPAN&gt;))&lt;BR /&gt;/&lt;BR /&gt;(&lt;SPAN&gt;{$&amp;lt;DateBasis={"&lt;/SPAN&gt;&lt;FONT&gt;X&lt;/FONT&gt;&lt;SPAN&gt;"}&amp;gt;}&amp;nbsp; distinct [Y]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt; : Make sure to sort by ascending order the yearmonth and give fnumber format to numer and set % format&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 11:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Monthly-Growth-Rate-Min-to-Max-dates/m-p/1663645#M49895</guid>
      <dc:creator>Kashyap_R</dc:creator>
      <dc:date>2020-01-08T11:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Growth Rate Min to Max dates</title>
      <link>https://community.qlik.com/t5/App-Development/Monthly-Growth-Rate-Min-to-Max-dates/m-p/1663706#M49899</link>
      <description>&lt;P&gt;Thank you for your response,&lt;/P&gt;&lt;P&gt;Unfortunately, it does not give me any result &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; I just get ' - ' as a result in each row(I am trying the formula in a table first and splitting each expression into column to see where it went wrong but each doesn't gave me any result)&lt;/P&gt;&lt;P&gt;My dimension - ' YearMonthNum'&lt;/P&gt;&lt;P&gt;Measurement - 'Customer Count'(Current measurement that I want to convert into Growth Rate %) =&amp;nbsp;&lt;FONT&gt;COUNT({$&amp;lt;DateBasis={"X"}&amp;gt;}&amp;nbsp; distinct [Y])&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Badz&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 13:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Monthly-Growth-Rate-Min-to-Max-dates/m-p/1663706#M49899</guid>
      <dc:creator>badzreyes</dc:creator>
      <dc:date>2020-01-08T13:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Growth Rate Min to Max dates</title>
      <link>https://community.qlik.com/t5/App-Development/Monthly-Growth-Rate-Min-to-Max-dates/m-p/1663775#M49903</link>
      <description>&lt;P&gt;try this&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=num(alt((COUNT({$&amp;lt;DateBasis={"X"}&amp;gt;}  distinct [Y])-
Above(total COUNT({$&amp;lt;DateBasis={"X"}&amp;gt;}  distinct [Y])))/
Above(total COUNT({$&amp;lt;DateBasis={"X"}&amp;gt;}  distinct [Y])),0),'#0.00%')&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 08 Jan 2020 15:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Monthly-Growth-Rate-Min-to-Max-dates/m-p/1663775#M49903</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-08T15:48:08Z</dc:date>
    </item>
  </channel>
</rss>

