<?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: Fractile Charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fractile-Charts/m-p/1348080#M414691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to figure out the issues above.&amp;nbsp; I am able to now get the correct fractile value.&amp;nbsp; But the using TOTAL with fractile is breaking my chart, because it is disregarding my Month-Year dimension.&amp;nbsp; So it ends up calculating the same median for all the months.&amp;nbsp; And I can't count without using total with fractile.&amp;nbsp; Anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(if(DurationDays &amp;lt;= Fractile(total DurationDays,0.50),[Month-Year])) ---&amp;gt; This works but gives me wrong value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count(if(DurationDays &amp;lt;= Fractile(DurationDays,0.50),[Month-Year])) --&amp;gt; Would like to do this but expression is incorrect.&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;I guess when using count with fractile, you need to use total.&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;Any other approach i can try?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2017 21:57:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-07-07T21:57:51Z</dc:date>
    <item>
      <title>Fractile Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Fractile-Charts/m-p/1348078#M414689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on how I can achieve a bar chart, where I have the 4 quartiles defined on the x-axis and number of records on the y depending which quartiles the Duration value falls under?&amp;nbsp; My data is as follows -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Record,Month-Year,Duration(days),Status&lt;/P&gt;&lt;P&gt;1,Jan-17,200,Resolved&lt;/P&gt;&lt;P&gt;2,Feb-17,10,Resolved&lt;/P&gt;&lt;P&gt;3,Feb-17,40.22,Open&lt;/P&gt;&lt;P&gt;4,Mar-17,50.10,Open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a non-group'ed chart for specific month and a grouped chart for YTD months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 13:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fractile-Charts/m-p/1348078#M414689</guid>
      <dc:creator />
      <dc:date>2017-07-07T13:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fractile Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Fractile-Charts/m-p/1348079#M414690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I have tried so far -&lt;/P&gt;&lt;P&gt;Dimension - Month-Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;P&gt;Count(if (Status = 'Resolved' and IsCompleteMonths_Resolve = '1' and IsInYTD_Resolve = '1' and DurationDays &amp;lt;= Fractile(total DurationDays,0.50),DurationDays))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The count of records is incorrect.&amp;nbsp; I added an expression with the same condition to get the total number of records and it was correct.&amp;nbsp; I then suspected maybe the fractile is getting calculated incorrectly.&amp;nbsp; So i added the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Status = 'Resolved' and IsCompleteMonths_Resolve = '1' and IsInYTD_Resolve = '1', Fractile(total DurationDays,.50))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, this returns no data.&amp;nbsp; But when I remove Status condition, I get a value but it's incorrect.&amp;nbsp; I am unable to figure out why adding Status as condition gives me no data.&amp;nbsp; At complete loss here...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 19:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fractile-Charts/m-p/1348079#M414690</guid>
      <dc:creator />
      <dc:date>2017-07-07T19:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fractile Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Fractile-Charts/m-p/1348080#M414691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to figure out the issues above.&amp;nbsp; I am able to now get the correct fractile value.&amp;nbsp; But the using TOTAL with fractile is breaking my chart, because it is disregarding my Month-Year dimension.&amp;nbsp; So it ends up calculating the same median for all the months.&amp;nbsp; And I can't count without using total with fractile.&amp;nbsp; Anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(if(DurationDays &amp;lt;= Fractile(total DurationDays,0.50),[Month-Year])) ---&amp;gt; This works but gives me wrong value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count(if(DurationDays &amp;lt;= Fractile(DurationDays,0.50),[Month-Year])) --&amp;gt; Would like to do this but expression is incorrect.&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;I guess when using count with fractile, you need to use total.&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;Any other approach i can try?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 21:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fractile-Charts/m-p/1348080#M414691</guid>
      <dc:creator />
      <dc:date>2017-07-07T21:57:51Z</dc:date>
    </item>
  </channel>
</rss>

