<?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 Find the 95th record by using expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120582#M369385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have a scenario where I have to find the Leatime and the no of orders went through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the below image I have&lt;/P&gt;&lt;P&gt;Hour field=&amp;gt; which is calculated by interval of two dates.&lt;/P&gt;&lt;P&gt;Order=&amp;gt; is the count of orders for every hour&lt;/P&gt;&lt;P&gt;Rolling=&amp;gt;is the rangesum&lt;/P&gt;&lt;P&gt;Percentage=&amp;gt; eg 85709/Total(135865) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help: I need to locate the 94% and the Order and hour where 94% of orders contribute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same the screenshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Problem 95%.PNG" class="jive-image image-1" src="/legacyfs/online/127959_Problem 95%.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 11:17:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-15T11:17:06Z</dc:date>
    <item>
      <title>Find the 95th record by using expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120582#M369385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have a scenario where I have to find the Leatime and the no of orders went through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the below image I have&lt;/P&gt;&lt;P&gt;Hour field=&amp;gt; which is calculated by interval of two dates.&lt;/P&gt;&lt;P&gt;Order=&amp;gt; is the count of orders for every hour&lt;/P&gt;&lt;P&gt;Rolling=&amp;gt;is the rangesum&lt;/P&gt;&lt;P&gt;Percentage=&amp;gt; eg 85709/Total(135865) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help: I need to locate the 94% and the Order and hour where 94% of orders contribute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same the screenshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Problem 95%.PNG" class="jive-image image-1" src="/legacyfs/online/127959_Problem 95%.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 11:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120582#M369385</guid>
      <dc:creator />
      <dc:date>2016-06-15T11:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find the 95th record by using expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120583#M369386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may be able to use FirstSortedValue() with set analysis. the exact expression would be difficult to speculate without looking at a sample. Would you be able to provide one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120583#M369386</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-15T13:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Find the 95th record by using expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120584#M369387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=FirstSortedValue({&amp;lt;Hour = {"=RangeSum(Above(Sum(Order), 0, RowNo()))/Sum(TOTAL Order) &amp;lt; 0.95"}&amp;gt;} Order, -Hour)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hour:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Max({&amp;lt;Hour = {"=RangeSum(Above(Sum(Order), 0, RowNo()))/Sum(TOTAL Order) &amp;lt; 0.95"}&amp;gt;} Hour)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127983_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120584#M369387</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-15T13:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Find the 95th record by using expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120585#M369388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure but you can try using background color expression(drill '+' sign in percent exp) same as percent exp and compare it to 94% to highlight the percentage column row where it meets the criteria.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120585#M369388</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-06-15T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Find the 95th record by using expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120586#M369389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for you help Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120586#M369389</guid>
      <dc:creator />
      <dc:date>2016-06-15T17:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Find the 95th record by using expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120587#M369390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, There is one more problem I am facing I need to plot the 95th hour on a chart based on a date is it possible to show the 95th hour for every day Attached the data in excel file with reference to your formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Snapshot.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128886_Snapshot.PNG" style="height: 264px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 17:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120587#M369390</guid>
      <dc:creator />
      <dc:date>2016-06-22T17:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Find the 95th record by using expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120588#M369391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun how the Excel file attached related to the screenshot you posted. I am having difficulty finding the relation between the two. I think it would be helpful if you can elaborate your request&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 02:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120588#M369391</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-23T02:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Find the 95th record by using expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120589#M369392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for not elaborating, I need to find the max hours for every day for eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May month I need to find the max hours for the 95th order and plot that on the chart as shown in the below image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Maxhours.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128924_Maxhours.PNG" style="height: 286px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Excel file attached is the result from the qlikview, and I am trying to get the max hours for every day&lt;/P&gt;&lt;P&gt;I have also attached the excel sheet of the result what I want marked yellow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find a way to do this, your solution was so helpful,but with this scenario for the past three to four days I am trying a way to achieve this but I am unsuccessful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be really a lifesafer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looking forward for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 03:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120589#M369392</guid>
      <dc:creator />
      <dc:date>2016-06-23T03:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Find the 95th record by using expression</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120590#M369393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) There is no date field in your attached Excel file.&lt;/P&gt;&lt;P&gt;2) Also you mentioned that you have marked yellow for the result, but I don't see any yellow color. Are you sure you attached the right Excel file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I wasn't able to offer much help before &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 19:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-95th-record-by-using-expression/m-p/1120590#M369393</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-24T19:43:59Z</dc:date>
    </item>
  </channel>
</rss>

