<?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 Percentage Calculation in Cohort Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Percentage-Calculation-in-Cohort-Analysis/m-p/1595496#M43822</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I built a Cohort Analysis Table like the image below. But I cant figure out, how I am able to calculate the percentage values of each column and row in Comparison to the first value in the row.&amp;nbsp;&lt;/P&gt;&lt;P&gt;E.G.: In the 'Juni-2017' column I want the Percentage difference between 2215 and 2159 which is roughly 97%. In the row below I want 100% because 81 is 100% of itself.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2019 08:59:33 GMT</pubDate>
    <dc:creator>Pericator</dc:creator>
    <dc:date>2019-06-25T08:59:33Z</dc:date>
    <item>
      <title>Percentage Calculation in Cohort Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Percentage-Calculation-in-Cohort-Analysis/m-p/1595496#M43822</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I built a Cohort Analysis Table like the image below. But I cant figure out, how I am able to calculate the percentage values of each column and row in Comparison to the first value in the row.&amp;nbsp;&lt;/P&gt;&lt;P&gt;E.G.: In the 'Juni-2017' column I want the Percentage difference between 2215 and 2159 which is roughly 97%. In the row below I want 100% because 81 is 100% of itself.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 08:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentage-Calculation-in-Cohort-Analysis/m-p/1595496#M43822</guid>
      <dc:creator>Pericator</dc:creator>
      <dc:date>2019-06-25T08:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Calculation in Cohort Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Percentage-Calculation-in-Cohort-Analysis/m-p/1595609#M43834</link>
      <description>&lt;P&gt;What is your expression for Member here?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 12:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentage-Calculation-in-Cohort-Analysis/m-p/1595609#M43834</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-25T12:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Calculation in Cohort Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Percentage-Calculation-in-Cohort-Analysis/m-p/1595615#M43835</link>
      <description>&lt;P&gt;Count({&amp;lt;isMember = {1}&amp;gt;}DEALER_ID)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 12:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentage-Calculation-in-Cohort-Analysis/m-p/1595615#M43835</guid>
      <dc:creator>Pericator</dc:creator>
      <dc:date>2019-06-25T12:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Calculation in Cohort Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Percentage-Calculation-in-Cohort-Analysis/m-p/1595618#M43836</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Alt(
  Count({&amp;lt;isMember = {1}&amp;gt;}DEALER_ID)/Before(Count({&amp;lt;isMember = {1}&amp;gt;}DEALER_ID))
, 1)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 25 Jun 2019 12:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentage-Calculation-in-Cohort-Analysis/m-p/1595618#M43836</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-25T12:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Calculation in Cohort Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Percentage-Calculation-in-Cohort-Analysis/m-p/1595626#M43837</link>
      <description>&lt;P&gt;alt ( ...&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Before(Count({&amp;lt;isMember = {1}&amp;gt;}DEALER_ID))&lt;/PRE&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just returns the value, one column before and not the first in the row.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 12:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentage-Calculation-in-Cohort-Analysis/m-p/1595626#M43837</guid>
      <dc:creator>Pericator</dc:creator>
      <dc:date>2019-06-25T12:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Calculation in Cohort Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Percentage-Calculation-in-Cohort-Analysis/m-p/1595634#M43838</link>
      <description>&lt;P&gt;I got it to work with :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;left([Member], 1000) / count(distinct total &amp;lt;YEARMONTH&amp;gt;{&amp;lt;isMember={1}&amp;gt;}DEALER_ID)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;YEARMONTH is the upper Dimension. The 1000 is just way overgrowth to make sure, it takes all digits in the field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sadly the same doesnt work for my second Pivot, although its exactly the same just with Fees instead of Members. E:G.:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Fee is:&amp;nbsp;Sum({isMember={1}}DBD_LISTING_FEES)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and % therefore should be:&amp;nbsp;left([Listing Fee], 1000)&amp;nbsp; /&amp;nbsp;Sum(total &amp;lt;YEARMONTH&amp;gt;{isMember={1}}DBD_LISTING_FEES)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But this doesnt work, dont know why though.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 12:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentage-Calculation-in-Cohort-Analysis/m-p/1595634#M43838</guid>
      <dc:creator>Pericator</dc:creator>
      <dc:date>2019-06-25T12:39:25Z</dc:date>
    </item>
  </channel>
</rss>

