<?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: Top 10 sales in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175246#M900136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a "bug", in the sense that the code does not match the published documentation. Single quotes were supposed to mean literals, double quotes search strings. But in the actual implementation, they are interchangeable. This has left us with some oddities like '*' does not&amp;nbsp; search for an asterisk. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to code per "the rules", and encourage my students to do so, in the hope that someday we will be able to close this hole.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2016 16:57:40 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2016-07-18T16:57:40Z</dc:date>
    <item>
      <title>Top 10 sales in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175238#M900126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How may i get top 10 sales in set analysis, anyone can u briefly explain it?&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/Top-10-sales-in-set-analysis/m-p/1175238#M900126</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 sales in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175239#M900128</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;You can use below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Product = {'=Rank(Sum(Sales)) &amp;lt;=10'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 08:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175239#M900128</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-07-18T08:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 sales in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175240#M900130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not 100% confident, but don't we need double quotes around search strings Kaushik?&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;Sum({&amp;lt;Product = {&lt;STRONG style="color: #ff0000;"&gt;"&lt;/STRONG&gt;=Rank(Sum(Sales)) &amp;lt;=10&lt;STRONG style="color: #ff0000;"&gt;"&lt;/STRONG&gt;}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 08:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175240#M900130</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-18T08:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 sales in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175241#M900131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works for both.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 08:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175241#M900131</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-07-18T08:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 sales in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175242#M900132</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;Another option is if you're doing it in a chart,&lt;/P&gt;&lt;P&gt;Go to the properties &amp;gt; Dimension limits&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131560_Capture.PNG" style="line-height: 1.5em; font-size: 13.3333px; height: 346px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 08:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175242#M900132</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2016-07-18T08:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 sales in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175243#M900133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, I will have to try out with single quotes because I always thought that we needed double quotes for search string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: I guess this confused me... it works, but as HIC mentioned, it would be a bug which might get fixed (which may never get fixed) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131602_Capture.PNG" style="height: 121px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 08:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175243#M900133</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-18T08:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 sales in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175244#M900134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be its right,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I didnt see any misbehavior of using single quote till now, So wont qualify this as a bug. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 08:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175244#M900134</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-07-18T08:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 sales in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175245#M900135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you can use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(aggr(Rank(Sum(Sales)),Produkt) &amp;lt;=10, Product,Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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>Mon, 18 Jul 2016 12:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175245#M900135</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-07-18T12:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 sales in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175246#M900136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a "bug", in the sense that the code does not match the published documentation. Single quotes were supposed to mean literals, double quotes search strings. But in the actual implementation, they are interchangeable. This has left us with some oddities like '*' does not&amp;nbsp; search for an asterisk. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to code per "the rules", and encourage my students to do so, in the hope that someday we will be able to close this hole.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 16:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175246#M900136</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-07-18T16:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 sales in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175247#M900137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with you Rob.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the programming standard, this is a bug for sure. &lt;/P&gt;&lt;P&gt;I was just thinking from a non programmers stand..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 17:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175247#M900137</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-07-18T17:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 sales in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175248#M900138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your answer is solved please close this thread with correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 18:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175248#M900138</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-18T18:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 sales in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175249#M900139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already a complex set analysis and then on top of it want to add the top 10 condition. &lt;/P&gt;&lt;P&gt;e.g. Need to get the sum&lt;/P&gt;&lt;P&gt;Opportunity with the Top 10 Values with below conditions:&lt;/P&gt;&lt;P&gt;1) Status &amp;lt;&amp;gt; Omitted&lt;/P&gt;&lt;P&gt;2) Current Qtr Flag = Y&lt;/P&gt;&lt;P&gt;3) Won flag = Y&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;[Status]-={'Omitted'}, [Current Qtr Flag]={'Y'}, [Won Flag]={'Y'}&amp;gt;} Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now where do i add the Rank in the above set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 22:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1175249#M900139</guid>
      <dc:creator>prasadmundewadi</dc:creator>
      <dc:date>2018-01-29T22:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 sales in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1557449#M900140</link>
      <description>&lt;P&gt;Hi Prasadmundewadi,&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Did the rank with all the conditions combination work for you?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Sonam&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 21:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-sales-in-set-analysis/m-p/1557449#M900140</guid>
      <dc:creator>sjaiswal13</dc:creator>
      <dc:date>2019-03-15T21:42:59Z</dc:date>
    </item>
  </channel>
</rss>

