<?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: Input Box for Top X Percentile in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-for-Top-X-Percentile/m-p/605058#M223538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri,verdana,arial,sans-serif;"&gt;If your working with QV11 then it is easy. Check the attached file. You can use the variable in dimension limit and input box to user to enter the number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 12pt;"&gt;Else you need include variable in expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2014 13:19:51 GMT</pubDate>
    <dc:creator>sivarajs</dc:creator>
    <dc:date>2014-02-19T13:19:51Z</dc:date>
    <item>
      <title>Input Box for Top X Percentile</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-for-Top-X-Percentile/m-p/605057#M223537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm struggling to create an Input Box so the user can filter the data for a certain percentile.&amp;nbsp; I'm building a healthcare application and I want the user to be able to enter the percentage they wish to filter patients on.&amp;nbsp; For example, lets say the user selects 2013 as the year, then they want to see the patients in the top 1% of charges.&amp;nbsp; This seems quite challenging since this calculation has to be done outside of a chart/table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For patients that meet the criteria, I will have a trigger select patient ID's for those that fall into the percentile entered by the user.&amp;nbsp; I've searched the forums but was unable to find anything that calculates percentiles outside of an object.&amp;nbsp; Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; text-decoration: underline;"&gt;Relevant fields in my app:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Patient_ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Patient_Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Charge_Amount&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 12:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-for-Top-X-Percentile/m-p/605057#M223537</guid>
      <dc:creator>phcaptjim</dc:creator>
      <dc:date>2014-02-19T12:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box for Top X Percentile</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-for-Top-X-Percentile/m-p/605058#M223538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri,verdana,arial,sans-serif;"&gt;If your working with QV11 then it is easy. Check the attached file. You can use the variable in dimension limit and input box to user to enter the number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 12pt;"&gt;Else you need include variable in expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 13:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-for-Top-X-Percentile/m-p/605058#M223538</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2014-02-19T13:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box for Top X Percentile</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-for-Top-X-Percentile/m-p/605059#M223539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works well for displaying the results in a chart, but I need the patients to be SELECTED so all of my charts/tables reflect just that population of patients.&amp;nbsp; I have similar input boxes for ed visits, admissions, etc. and each of those use a trigger to select Patient ID's when the condition is met.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, here is how I am selecting ED patients:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: 'courier new', courier;"&gt;='(' &amp;amp; Concat({&amp;lt;[Patient ID]&amp;gt;}if(aggr(sum({&amp;lt;[Patient ID]&amp;gt;}ED_Seen_Flag),[Patient ID])&amp;gt;= v_EDVisits, [Patient ID]), '|') &amp;amp; ')'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_EDVisits is the variable where the user enters into the input box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do the same type of trigger for Top X Percentile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 13:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-for-Top-X-Percentile/m-p/605059#M223539</guid>
      <dc:creator>phcaptjim</dc:creator>
      <dc:date>2014-02-19T13:34:13Z</dc:date>
    </item>
  </channel>
</rss>

