<?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: Limit only top 10 values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322046#M840671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Customer = {"=Rank(Sum(Sales),1,1)&amp;lt;=10"}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2017 10:58:16 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-04-26T10:58:16Z</dc:date>
    <item>
      <title>Limit only top 10 values</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322043#M840668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;Is it possible to write any set expression to restrict the values displayed in the straight table? If it is plz help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322043#M840668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Limit only top 10 values</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322044#M840669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look here, Good response &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/113293"&gt;in qlikview i want take top 10 salaries how to wright ?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 10:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322044#M840669</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-26T10:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Limit only top 10 values</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322045#M840670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this,&lt;/P&gt;&lt;P&gt;Calculated dimension (top 10 Sales rank by Product and salesman wise)&lt;/P&gt;&lt;P&gt;=if(aggr(RANK(SUm(Sales),4),[Product ID],[Salesman ID])&amp;lt;=10,aggr(RANK(SUm(Sales),4),[Product ID],[Salesman ID]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Limit Top 10 Sales value in Set analysis:&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;[Salesman ID] = {"=Rank(SUM(Sales),4)&amp;lt;=10"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="rank.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161304_rank.JPG" style="height: 246px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 10:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322045#M840670</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-04-26T10:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Limit only top 10 values</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322046#M840671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Customer = {"=Rank(Sum(Sales),1,1)&amp;lt;=10"}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 10:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322046#M840671</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-26T10:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Limit only top 10 values</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322047#M840672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this expression:&lt;/P&gt;&lt;P&gt;as calculated dimension:&lt;/P&gt;&lt;P&gt;if(aggr(Rank(Sum(Your Value)), YourFieled) &amp;lt;= 10, YourField, NULL()) and dont forget to supress the Zero-Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as expression: Count(YourField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 10:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322047#M840672</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-04-26T10:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Limit only top 10 values</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322048#M840673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could also use Dimension limits too!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161305_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 11:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322048#M840673</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2017-04-26T11:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Limit only top 10 values</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322049#M840674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Yes, but Sort Order largely affects what data is shown, check the app to see what I mean&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="SortingRank.JPG" class="jive-image image-1" height="446" src="https://community.qlik.com/legacyfs/online/161311_SortingRank.JPG" style="height: 445.752px; width: 440px;" width="440" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 11:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1322049#M840674</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-26T11:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Limit only top 10 values</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1610082#M840675</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using Trellis container with Dimension "=if(aggr(Rank($(vMeasure)), $(vDim1)) &amp;lt;= 10, $(vDim1), NULL())" ,where we have multiple measures and dimensions and Bar chart should reflect as per selections.&lt;/P&gt;&lt;P&gt;If we use the above the expression in Dimension, getting error as "ERROR IN EXPRESSION ')'EXPECTED " , but i didn't find any missed brackets.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help us.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishore&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 06:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-only-top-10-values/m-p/1610082#M840675</guid>
      <dc:creator>KishoreSuri</dc:creator>
      <dc:date>2019-08-07T06:32:03Z</dc:date>
    </item>
  </channel>
</rss>

