<?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: Rank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank/m-p/897989#M1016196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA file. Whatever requirement I could understand based on that I created it.Hope it is useful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ritesh Pathak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Apr 2015 10:51:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-11T10:51:33Z</dc:date>
    <item>
      <title>Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/897987#M1016194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am finding top 5 items&amp;nbsp; &lt;/P&gt;&lt;P&gt;1. on the basis of whole item list&lt;/P&gt;&lt;P&gt;2. on the basis of items available at each store.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose item A,N,O,R,S are top 5 items as whole and it may be possible item A,B,C,D,E are on top at Store1 and N,R,T,U,V&lt;/P&gt;&lt;P&gt;are on top at Store2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 09:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/897987#M1016194</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-04-11T09:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/897988#M1016195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rank( ... ) will give you the rank within each store&lt;/P&gt;&lt;P&gt;Rank( total ... ) will give you the rank of the whole list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 09:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/897988#M1016195</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-04-11T09:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/897989#M1016196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA file. Whatever requirement I could understand based on that I created it.Hope it is useful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ritesh Pathak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 10:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/897989#M1016196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-11T10:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/897990#M1016197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Pivot Table&lt;/P&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;Store&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;if(rank(sum(Sales))&amp;lt;=5,sum({&amp;lt;Store={"=rank(sum(Sales))&amp;lt;=5"}&amp;gt;} Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 11:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/897990#M1016197</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-11T11:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/897991#M1016198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ritesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My query is little bit different from your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually first I want to find out top 5 items in overall business&lt;/P&gt;&lt;P&gt;and second at store level, it means at each store those 5 items are on top sale. this item list will different for each store.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shaila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 18:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/897991#M1016198</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-04-11T18:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/897992#M1016199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Your problem got fixed? If not, please send me some sample data in excel @ &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:riteshpathak10@gmail.com"&gt;riteshpathak10@gmail.com&lt;/A&gt;&lt;SPAN&gt; and I will create a solution for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ritesh Pathak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 20:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/897992#M1016199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-11T20:25:26Z</dc:date>
    </item>
  </channel>
</rss>

