<?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 Need suggestion to filter the top values based on input value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Need-suggestion-to-filter-the-top-values-based-on-input-value/m-p/1948975#M78211</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do have a requirement to filter the Top values based on the value that user enters into Input box in Qlik Sense.&lt;/P&gt;
&lt;P&gt;But, its not filtering the exact values as per Input.&lt;/P&gt;
&lt;P&gt;For ex:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have entered 5, it should give only top 5 values, but its not giving that, it also including the other duplicate values.&lt;/P&gt;
&lt;P&gt;I have 2 dimension and 1 measure.&lt;/P&gt;
&lt;P&gt;i added the screenshot of it for reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ramakoti01_0-1656408888065.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82801i6AFF06C10FB125F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ramakoti01_0-1656408888065.png" alt="Ramakoti01_0-1656408888065.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2022 09:35:34 GMT</pubDate>
    <dc:creator>RK007</dc:creator>
    <dc:date>2022-06-28T09:35:34Z</dc:date>
    <item>
      <title>Need suggestion to filter the top values based on input value</title>
      <link>https://community.qlik.com/t5/App-Development/Need-suggestion-to-filter-the-top-values-based-on-input-value/m-p/1948975#M78211</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do have a requirement to filter the Top values based on the value that user enters into Input box in Qlik Sense.&lt;/P&gt;
&lt;P&gt;But, its not filtering the exact values as per Input.&lt;/P&gt;
&lt;P&gt;For ex:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have entered 5, it should give only top 5 values, but its not giving that, it also including the other duplicate values.&lt;/P&gt;
&lt;P&gt;I have 2 dimension and 1 measure.&lt;/P&gt;
&lt;P&gt;i added the screenshot of it for reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ramakoti01_0-1656408888065.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82801i6AFF06C10FB125F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ramakoti01_0-1656408888065.png" alt="Ramakoti01_0-1656408888065.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 09:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-suggestion-to-filter-the-top-values-based-on-input-value/m-p/1948975#M78211</guid>
      <dc:creator>RK007</dc:creator>
      <dc:date>2022-06-28T09:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need suggestion to filter the top values based on input value</title>
      <link>https://community.qlik.com/t5/App-Development/Need-suggestion-to-filter-the-top-values-based-on-input-value/m-p/1948991#M78213</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;create a calculated dimension for Providers with aggr and rank function&amp;nbsp; like that&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=aggr(if(rank(Claims))&amp;lt;=$(vTop),Providers ),Providers )&lt;/P&gt;
&lt;P&gt;where vTop is the name of the variable input button&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 09:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-suggestion-to-filter-the-top-values-based-on-input-value/m-p/1948991#M78213</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2022-06-28T09:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need suggestion to filter the top values based on input value</title>
      <link>https://community.qlik.com/t5/App-Development/Need-suggestion-to-filter-the-top-values-based-on-input-value/m-p/1949042#M78218</link>
      <description>&lt;P&gt;Thank you so much.. Its working for me&lt;/P&gt;
&lt;P&gt;need one more suggestion..&lt;/P&gt;
&lt;P&gt;Its giving the only sum of top 5 values, is there any way to show the total value of the provider irrespective of the Input number?&lt;/P&gt;
&lt;P&gt;added the both the screenshots for the reference&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ramakoti01_0-1656415169579.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82816i74A087116335CBB1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ramakoti01_0-1656415169579.png" alt="Ramakoti01_0-1656415169579.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ramakoti01_1-1656415196916.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82817iCF822C73078E768B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ramakoti01_1-1656415196916.png" alt="Ramakoti01_1-1656415196916.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in advance....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 11:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-suggestion-to-filter-the-top-values-based-on-input-value/m-p/1949042#M78218</guid>
      <dc:creator>RK007</dc:creator>
      <dc:date>2022-06-28T11:21:28Z</dc:date>
    </item>
  </channel>
</rss>

