<?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 Percentile in Bar chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Percentile-in-Bar-chart/m-p/1976106#M80513</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nvijay5757_1-1662086236095.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/88115i226C23E75EAA6565/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nvijay5757_1-1662086236095.png" alt="nvijay5757_1-1662086236095.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have the data like, VINs and [Ambient temperature], to display data in bar chart like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;x- axis : Ambient temperature&lt;/P&gt;
&lt;P&gt;y-axis : No.of vins for ambient temperature. within the range no.of vins(and also to apply percentile)&lt;/P&gt;
&lt;P&gt;user to enter percentile.&lt;/P&gt;
&lt;P&gt;i am facing probelm for y-axis value help me thanks.&lt;/P&gt;
&lt;P&gt;the above bar like and will apply percentile.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Sep 2022 02:42:19 GMT</pubDate>
    <dc:creator>nvijay5757</dc:creator>
    <dc:date>2022-09-02T02:42:19Z</dc:date>
    <item>
      <title>Percentile in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Percentile-in-Bar-chart/m-p/1976106#M80513</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nvijay5757_1-1662086236095.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/88115i226C23E75EAA6565/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nvijay5757_1-1662086236095.png" alt="nvijay5757_1-1662086236095.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have the data like, VINs and [Ambient temperature], to display data in bar chart like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;x- axis : Ambient temperature&lt;/P&gt;
&lt;P&gt;y-axis : No.of vins for ambient temperature. within the range no.of vins(and also to apply percentile)&lt;/P&gt;
&lt;P&gt;user to enter percentile.&lt;/P&gt;
&lt;P&gt;i am facing probelm for y-axis value help me thanks.&lt;/P&gt;
&lt;P&gt;the above bar like and will apply percentile.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 02:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentile-in-Bar-chart/m-p/1976106#M80513</guid>
      <dc:creator>nvijay5757</dc:creator>
      <dc:date>2022-09-02T02:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Percentile-in-Bar-chart/m-p/1976181#M80518</link>
      <description>&lt;P&gt;. I have used Inline table but&amp;nbsp;Use Below concept using you Excel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Test:&lt;BR /&gt;Load VIN,&lt;BR /&gt;AVG([Average Of ambient Temp]) as NewAVG&lt;BR /&gt;group by VIN;&lt;BR /&gt;&lt;BR /&gt;Load * inline [&lt;BR /&gt;VIN,Average Of ambient Temp&lt;BR /&gt;VIN1,45.88888869&lt;BR /&gt;VIN2,61.63636364&lt;BR /&gt;VIN3,48.09090909&lt;BR /&gt;VIN4,46.41509434&lt;BR /&gt;VIN5,50.95890411&lt;BR /&gt;VIN6,50.14634146&lt;BR /&gt;VIN7,44.46153846&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a Variable and take in "Variable Input" from Custom Objects&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 07:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentile-in-Bar-chart/m-p/1976181#M80518</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2022-09-02T07:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Percentile-in-Bar-chart/m-p/1976237#M80525</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;Bar&amp;nbsp; chart the requirement is calculate for a particular percentile the distribution of VIN count.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please find the test data.&lt;/P&gt;
&lt;P&gt;ex: 90 percentile distribution of&amp;nbsp;&lt;STRONG&gt;Temp&amp;nbsp;&lt;/STRONG&gt;we need to count the&amp;nbsp;&lt;STRONG&gt;VIN&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;for example Temp range 80-90, total VIN=7 are in this range for 90 Percentile Temp.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Temp range 70-80, total VIN=5 are&amp;nbsp; in this range for 80 Percentile Temp.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we want to plot this type of bar chart.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 09:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Percentile-in-Bar-chart/m-p/1976237#M80525</guid>
      <dc:creator>nvijay5757</dc:creator>
      <dc:date>2022-09-02T09:24:01Z</dc:date>
    </item>
  </channel>
</rss>

