<?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: Need help calculating PERCENTILES... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27274#M768317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Can someone please help me achieve this?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Sure, but where is the data? what have you already tried? from what you tried.... what all things were not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2018 16:40:52 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-06-14T16:40:52Z</dc:date>
    <item>
      <title>Need help calculating PERCENTILES...</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27272#M768315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dashboard where active user counts per line of business(LOB) &lt;SPAN style="font-size: 13.3333px;"&gt;are measured by user activity.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Now the new requirement is to create profiles based on the user activity percentile.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;power - if activity is greater than 75 percentile&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;regular - if activity is greater than 25 percentile and less than 75 percentile&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;casual -&lt;SPAN style="font-size: 13.3333px;"&gt; if activity is greater than 0 percentile &lt;SPAN style="font-size: 13.3333px;"&gt;and less than 25 percentile&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;inactive - if there is no activity&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;These profiles has to be displayed in a pie chart.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And ones these profiles are created, i should be able to use these in calculating&amp;nbsp; adoption percentages&lt;/P&gt;&lt;P&gt;logic: (power+regular)/all users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i should be able to apply filters on these percentiles - like YEAR, MONTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help me achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated. &lt;SPAN style="font-size: 13.3333px;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27272#M768315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help calculating PERCENTILES...</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27273#M768316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try to create variables for your different fractiles using an equation like this...&lt;/P&gt;&lt;P&gt;=fractile(((Power+Regular)/AllUsers),.75)&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=fractile(((Power+Regular)/AllUsers),.25)&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your expression try something like if((&lt;SPAN style="font-size: 13.3333px;"&gt;(Power+Regular)/AllUsers)&amp;gt;=vFractile75,'Power')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 16:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27273#M768316</guid>
      <dc:creator>emeehleder</dc:creator>
      <dc:date>2018-06-14T16:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need help calculating PERCENTILES...</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27274#M768317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Can someone please help me achieve this?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Sure, but where is the data? what have you already tried? from what you tried.... what all things were not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 16:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27274#M768317</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-14T16:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help calculating PERCENTILES...</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27275#M768318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sunny for not providing all the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a resident table to calculate the counts of user activities&lt;IMG __jive_id="205218" alt="Screen Shot 2018-06-14 at 12.58.39 PM.png" class="jive-image image-2" src="/legacyfs/online/205218_Screen Shot 2018-06-14 at 12.58.39 PM.png" style="font-size: 10pt; height: 95px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;And added this new table in the data model by USER ID&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="205219" alt="Screen Shot 2018-06-14 at 12.58.51 PM.png" class="jive-image image-3" src="/legacyfs/online/205219_Screen Shot 2018-06-14 at 12.58.51 PM.png" style="font-size: 10pt; height: 362px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Now i'm trying to built the below chart as per the requirement.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="205220" alt="Screen Shot 2018-06-14 at 12.59.32 PM.png" class="image-4 jive-image" src="/legacyfs/online/205220_Screen Shot 2018-06-14 at 12.59.32 PM.png" style="height: 297px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The first part, count(USER) by USER_LOB is done.&lt;/P&gt;&lt;P&gt;I'm stuck at creating the profiles and using it in the expression to add next to the user count as adoption%.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="205221" alt="Screen Shot 2018-06-14 at 1.04.48 PM.png" class="image-5 jive-image" src="/legacyfs/online/205221_Screen Shot 2018-06-14 at 1.04.48 PM.png" style="height: 520px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any additional information is required. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 17:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27275#M768318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-14T17:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need help calculating PERCENTILES...</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27276#M768319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 18:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27276#M768319</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-06-14T18:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help calculating PERCENTILES...</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27277#M768320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivesh,&lt;/P&gt;&lt;P&gt;Please see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to calculate the percentile for the whole data set and i should be able apply filters on that. Thanks!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2018-06-14 at 4.22.41 PM.png" class="jive-image image-1" src="/legacyfs/online/205239_Screen Shot 2018-06-14 at 4.22.41 PM.png" style="height: 202px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 20:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27277#M768320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-14T20:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help calculating PERCENTILES...</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27278#M768321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have the power , regular and other user profiles created right now.&lt;/P&gt;&lt;P&gt;can you please guide on how to create those profiles so i can try creating these variables using them? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 20:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27278#M768321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-14T20:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help calculating PERCENTILES...</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27279#M768322</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 created 2 Variables to calculate percentile&lt;/P&gt;&lt;P&gt;vPower = Fractile(user_profile,0.75)&lt;/P&gt;&lt;P&gt;vRegular = Fractile(user_profile,0.25)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to calculate the adoption % I tried&lt;/P&gt;&lt;P&gt;if(USER_Profile &amp;gt;= vRegular, count(total(aggr(if(USER_Profile &amp;gt;= vRegular, count(user_profile)),user_profile),0)&lt;/P&gt;&lt;P&gt;/count({&amp;lt;IS_Legal = 1&amp;gt;} total user)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue I see here is when I don’t add USER_profile as a dimension,it is displaying 0 in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone please help me have the adoption percentage displayed without the USER_profile column added in the chart.&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 15:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-calculating-PERCENTILES/m-p/27279#M768322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-15T15:21:12Z</dc:date>
    </item>
  </channel>
</rss>

