<?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: How to get the data from range 5th to 10th ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-get-the-data-from-range-5th-to-10th/m-p/1206619#M23041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have got the one that works correctly just in case anyone needs it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Rank(sum({&amp;lt;Arrival_MonthYear={'$(=max(Arrival_MonthYear))'}&amp;gt;}[Number of Arrivals]))&amp;gt;5 and Rank(sum({&amp;lt;Arrival_MonthYear={'$(=max(Arrival_MonthYear))'}&amp;gt;}[Number of Arrivals]))&amp;lt;10, &lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Arrival_MonthYear={'$(=max(Arrival_MonthYear))'},Region={'AMERICAS'}&amp;gt;}[Number of Arrivals]),-1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2016 05:49:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-04T05:49:08Z</dc:date>
    <item>
      <title>How to get the data from range 5th to 10th ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-the-data-from-range-5th-to-10th/m-p/1206616#M23038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am trying to get the cities which have the total number of arrivals ranked from 5th to 10th.&lt;/P&gt;&lt;P&gt;This is the set analysis I have for now but seems doesn't work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Arrival_MonthYear={'$(=max(Arrival_MonthYear))'},[Country of Residence] = {"=Rank(sum({&amp;lt;[Country of Residence]=&amp;gt;}[Number of Arrivals]))={“&amp;lt;=(=25)&amp;gt;=(=15)”}"}&amp;gt;}[Number of Arrivals])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Allison &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 10:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-the-data-from-range-5th-to-10th/m-p/1206616#M23038</guid>
      <dc:creator />
      <dc:date>2016-11-03T10:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the data from range 5th to 10th ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-the-data-from-range-5th-to-10th/m-p/1206617#M23039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Arrival_MonthYear={'$(=max(Arrival_MonthYear))'}, [Country of Residence] = {"=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Rank(Sum({&amp;lt;[Country of Residence]=&amp;gt;}[Number of Arrivals]) &amp;gt;= 5 and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Rank(Sum({&amp;lt;[Country of Residence]=&amp;gt;}[Number of Arrivals]) &lt;/SPAN&gt;&amp;lt;= 10”}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Number of Arrivals])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 16:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-the-data-from-range-5th-to-10th/m-p/1206617#M23039</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-03T16:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the data from range 5th to 10th ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-the-data-from-range-5th-to-10th/m-p/1206618#M23040</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;Thanks for reply.&lt;/P&gt;&lt;P&gt;But it doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 03:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-the-data-from-range-5th-to-10th/m-p/1206618#M23040</guid>
      <dc:creator />
      <dc:date>2016-11-04T03:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the data from range 5th to 10th ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-the-data-from-range-5th-to-10th/m-p/1206619#M23041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have got the one that works correctly just in case anyone needs it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Rank(sum({&amp;lt;Arrival_MonthYear={'$(=max(Arrival_MonthYear))'}&amp;gt;}[Number of Arrivals]))&amp;gt;5 and Rank(sum({&amp;lt;Arrival_MonthYear={'$(=max(Arrival_MonthYear))'}&amp;gt;}[Number of Arrivals]))&amp;lt;10, &lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Arrival_MonthYear={'$(=max(Arrival_MonthYear))'},Region={'AMERICAS'}&amp;gt;}[Number of Arrivals]),-1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 05:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-the-data-from-range-5th-to-10th/m-p/1206619#M23041</guid>
      <dc:creator />
      <dc:date>2016-11-04T05:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the data from range 5th to 10th ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-the-data-from-range-5th-to-10th/m-p/1206620#M23042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a calculated dimension of this form:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Aggr(If(Rank(Sum(Value)) &amp;gt; 5 And Rank(Sum(Value)) &amp;lt;= 10, Dimension), Dimension)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Value) - the expression that represents the value to be ranked.&lt;/P&gt;&lt;P&gt;Dimension -&amp;nbsp; a field (not an expression) by which the ranking should happen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 06:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-the-data-from-range-5th-to-10th/m-p/1206620#M23042</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-11-04T06:56:49Z</dc:date>
    </item>
  </channel>
</rss>

