<?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: urgent help needed with top 10 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428256#M159603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pff .. and i was trying with AGGR/RANK .. totally forgot the Max nunber&amp;nbsp; .. Tnx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 May 2013 13:27:34 GMT</pubDate>
    <dc:creator>amien</dc:creator>
    <dc:date>2013-05-06T13:27:34Z</dc:date>
    <item>
      <title>urgent help needed with top 10</title>
      <link>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428249#M159596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have this chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dimension: date, question&lt;/P&gt;&lt;P&gt;expression : sum({set anaylsis} value}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running QV10 and i need to top 10 hits based on date. So if above chart gives 200 results on the date dimension, i only need to latest 10 dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 12:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428249#M159596</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2013-05-06T12:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: urgent help needed with top 10</title>
      <link>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428250#M159597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(rank(total sum(value)&amp;lt;=3),value)&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Date = {"&amp;gt;=$(=MonthStart(Max(Date), -10))&amp;lt;=$(=MonthEnd(Max(Date), -1))"}}value)&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 12:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428250#M159597</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-06T12:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: urgent help needed with top 10</title>
      <link>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428251#M159598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the tab "Dimension Limits" you can limit to TOP X values for a dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 12:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428251#M159598</guid>
      <dc:creator>calvindk</dc:creator>
      <dc:date>2013-05-06T12:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: urgent help needed with top 10</title>
      <link>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428252#M159599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension&amp;nbsp; Limits is no option in QV10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(value) will give me the rank on sum(value) .. i'm not interesseted in the rank of sum(value). I'm interessed in the top 5 of max(date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 12:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428252#M159599</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2013-05-06T12:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: urgent help needed with top 10</title>
      <link>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428253#M159600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;= sum(date={"=Rank(num(date))&amp;lt;=10)"}&amp;gt;}value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 12:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428253#M159600</guid>
      <dc:creator />
      <dc:date>2013-05-06T12:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: urgent help needed with top 10</title>
      <link>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428254#M159601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;almost .. i only need the top 10 dates where sum(value) &amp;gt; 0. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 12:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428254#M159601</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2013-05-06T12:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: urgent help needed with top 10</title>
      <link>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428255#M159602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the "Max Number" is available in QV10 presentation tab you could use that and then disallow sort.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 13:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428255#M159602</guid>
      <dc:creator>calvindk</dc:creator>
      <dc:date>2013-05-06T13:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: urgent help needed with top 10</title>
      <link>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428256#M159603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pff .. and i was trying with AGGR/RANK .. totally forgot the Max nunber&amp;nbsp; .. Tnx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 13:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/urgent-help-needed-with-top-10/m-p/428256#M159603</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2013-05-06T13:27:34Z</dc:date>
    </item>
  </channel>
</rss>

