<?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: Calculating client growth per month in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074639#M4707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What all dimensions do you have? I think you need this month divided by last 12 months? You would need to use Above()/Below() functions to do this. Would you be able to provide a sample to play around with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2016 17:34:49 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-04T17:34:49Z</dc:date>
    <item>
      <title>Calculating client growth per month</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074633#M4701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to calculate the client growth rate per month. I was able to get the period growth rate (for example, trailing 12 months):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(Count({&amp;lt;$(=vMaxDate)&amp;gt;} distinct [Client ID]) - Count({&amp;lt;$(=vPeriodLowerBand)&amp;gt;} distinct [Client ID]))/Count({&amp;lt;$(=vPeriodLowerBand)&amp;gt;} distinct [Client ID])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with &lt;SPAN style="font-size: 13.3333px;"&gt;vMaxDate = current date, &lt;SPAN style="font-size: 13.3333px;"&gt;vPeriodLowerBand = current date - 12 months&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need to create a bar chart with monthly rates. The x axis would be months for the past year, and the y axis the monthly growth rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, I would need to "aggregate" the rates by month instead of calculating for the whole period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 13:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074633#M4701</guid>
      <dc:creator>maxim1500</dc:creator>
      <dc:date>2016-05-04T13:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating client growth per month</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074634#M4702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A little precision: the dataset contains monthly data. Don't need to group the dates by months...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 14:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074634#M4702</guid>
      <dc:creator>maxim1500</dc:creator>
      <dc:date>2016-05-04T14:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating client growth per month</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074635#M4703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;May be this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Count({&amp;lt;$(=vMaxDate)&amp;gt;} distinct [Client ID]) - Count&lt;SPAN style="color: #ff0000;"&gt;(TOTAL &amp;lt;MonthField&amp;gt;&lt;/SPAN&gt;{&amp;lt;$(=vPeriodLowerBand)&amp;gt;} distinct [Client ID]))/Count(&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;TOTAL &amp;lt;MonthField&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;{&amp;lt;$(=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;vPeriodLowerB&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;EM&gt;&lt;STRONG&gt;and)&amp;gt;} distinct [Client ID])&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 16:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074635#M4703</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T16:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating client growth per month</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074636#M4704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help! I tried your suggestion, and it doesn't appear to solve my issue. Here is what I get &lt;/P&gt;&lt;P&gt;&lt;IMG alt="months.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123576_months.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;(Count({&amp;lt;$(=vMaxDate)&amp;gt;} distinct [Client ID]) - Count( TOTAL &amp;lt;[Snapshot Date]&amp;gt; {&amp;lt;$(=vPeriodLowerBand)&amp;gt;} distinct [Client ID]))&lt;/P&gt;&lt;P&gt;/ Count( TOTAL &amp;lt;[Snapshot Date]&amp;gt; {&amp;lt;$(=vPeriodLowerBand)&amp;gt;} distinct [Client ID])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 17:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074636#M4704</guid>
      <dc:creator>maxim1500</dc:creator>
      <dc:date>2016-05-04T17:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating client growth per month</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074637#M4705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(Count({&amp;lt;$(=vMaxDate)&amp;gt;} distinct [Client ID]) - Count( TOTAL {&amp;lt;$(=vPeriodLowerBand)&amp;gt;} distinct [Client ID]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;/ Count( TOTAL {&amp;lt;$(=vPeriodLowerBand)&amp;gt;} distinct [Client ID])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 17:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074637#M4705</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T17:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating client growth per month</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074638#M4706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I only get a single month &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="months.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123577_months.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 17:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074638#M4706</guid>
      <dc:creator>maxim1500</dc:creator>
      <dc:date>2016-05-04T17:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating client growth per month</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074639#M4707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What all dimensions do you have? I think you need this month divided by last 12 months? You would need to use Above()/Below() functions to do this. Would you be able to provide a sample to play around with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 17:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074639#M4707</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T17:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating client growth per month</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074640#M4708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't know I could use above/below in expressions. That's exactly what I was looking for! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 17:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074640#M4708</guid>
      <dc:creator>maxim1500</dc:creator>
      <dc:date>2016-05-04T17:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating client growth per month</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074641#M4709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is awesome. I am glad I was able to point you in the right direction &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 17:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Calculating-client-growth-per-month/m-p/1074641#M4709</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T17:52:58Z</dc:date>
    </item>
  </channel>
</rss>

