<?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: Calculation for percentile of a value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calculation-for-percentile-of-a-value/m-p/2098647#M89960</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;thanks but that’s not what I’m looking for. I suppose this topic is closest to what I mean but I need it in a KPI chart view:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Calculate-percentile-of-specific-value/td-p/1008421" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Calculate-percentile-of-specific-value/td-p/1008421&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 10:28:12 GMT</pubDate>
    <dc:creator>snancyiv</dc:creator>
    <dc:date>2023-07-31T10:28:12Z</dc:date>
    <item>
      <title>Calculation for percentile of a value</title>
      <link>https://community.qlik.com/t5/App-Development/Calculation-for-percentile-of-a-value/m-p/2098387#M89941</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I’m trying to calculate what percentile a value is. If I have a KPI chart that shows the percent of sales as 38%, the percentile would be the 25th percentile. Is this possible?&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 10:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculation-for-percentile-of-a-value/m-p/2098387#M89941</guid>
      <dc:creator>snancyiv</dc:creator>
      <dc:date>2023-07-29T10:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation for percentile of a value</title>
      <link>https://community.qlik.com/t5/App-Development/Calculation-for-percentile-of-a-value/m-p/2098593#M89956</link>
      <description>&lt;P&gt;Hi, you can try to use fractile() function, something like this maybe:&lt;/P&gt;
&lt;P&gt;if( sales &amp;lt;= Fractile(total sales, 0.25), 25, &lt;BR /&gt;if( sales &amp;lt;= Fractile(total sales, 0.5), 50, &lt;BR /&gt;if( sales &amp;lt;= Fractile(total sales, 0.75), 75, 100)))&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 07:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculation-for-percentile-of-a-value/m-p/2098593#M89956</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2023-07-31T07:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation for percentile of a value</title>
      <link>https://community.qlik.com/t5/App-Development/Calculation-for-percentile-of-a-value/m-p/2098647#M89960</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;thanks but that’s not what I’m looking for. I suppose this topic is closest to what I mean but I need it in a KPI chart view:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Calculate-percentile-of-specific-value/td-p/1008421" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Calculate-percentile-of-specific-value/td-p/1008421&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 10:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculation-for-percentile-of-a-value/m-p/2098647#M89960</guid>
      <dc:creator>snancyiv</dc:creator>
      <dc:date>2023-07-31T10:28:12Z</dc:date>
    </item>
  </channel>
</rss>

