<?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 Choosing Max 200 in Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875785#M1004164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; an Calculated Expression&amp;nbsp; in a straight Table [&lt;STRONG&gt;Last Month sale] - [Current month sale]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Now I want to choose only top&amp;nbsp; 200 values based on my Customer Number dimension&lt;/P&gt;&lt;P&gt;Please Suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2015 07:39:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-29T07:39:22Z</dc:date>
    <item>
      <title>Choosing Max 200 in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875785#M1004164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; an Calculated Expression&amp;nbsp; in a straight Table [&lt;STRONG&gt;Last Month sale] - [Current month sale]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Now I want to choose only top&amp;nbsp; 200 values based on my Customer Number dimension&lt;/P&gt;&lt;P&gt;Please Suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 07:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875785#M1004164</guid>
      <dc:creator />
      <dc:date>2015-05-29T07:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing Max 200 in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875786#M1004165</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;In Straight table-&amp;gt;property-&amp;gt;Dimension Limit-&amp;gt;Restrict data-&amp;gt;Show Largest enter 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Rank() also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 07:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875786#M1004165</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-05-29T07:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing Max 200 in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875787#M1004166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;Try like this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Aggr(Rank(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Last Month sale] - [Current month sale]&lt;/STRONG&gt;),CustomerNo)&amp;lt;=200,(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Last Month sale] - [Current month sale] )&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;I hope this will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 07:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875787#M1004166</guid>
      <dc:creator>prajapatiamar38</dc:creator>
      <dc:date>2015-05-29T07:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing Max 200 in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875788#M1004167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calculating &lt;STRONG&gt;Drift&amp;nbsp; &lt;/STRONG&gt;the formula for&amp;nbsp; that is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Last Month sale] - [Current month sale]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i want Max 200 in Drift &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 07:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875788#M1004167</guid>
      <dc:creator />
      <dc:date>2015-05-29T07:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing Max 200 in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875789#M1004168</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 do this using Dimension Limits. First sort your expression and make sure your expression is given the first priority. Then go to Dimension Limits tab and select Largest 200.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dimensionlimits.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87900_dimensionlimits.png" style="width: 620px; height: 559px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 07:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875789#M1004168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-29T07:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing Max 200 in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875790#M1004169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Amarnath I am getting Null Values for all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 07:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875790#M1004169</guid>
      <dc:creator />
      <dc:date>2015-05-29T07:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing Max 200 in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875791#M1004170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Is &lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; color: #3d3d3d;"&gt;[&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Last Month sale] and [Current month sale] &lt;/STRONG&gt;fields or expressions?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 07:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875791#M1004170</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2015-05-29T07:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing Max 200 in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875792#M1004171</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 want top 200 Customer Number which have max drift&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try my earlier solution or you can also try Amarnath Solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 07:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875792#M1004171</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-05-29T07:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing Max 200 in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875793#M1004172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Deepak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;[&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Last Month sale]&amp;nbsp; &lt;/STRONG&gt;is a Calculated Field&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Current month sale] &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;is also a&amp;nbsp; Calculated Field &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to Calculate another field &lt;STRONG&gt;Drift&lt;/STRONG&gt;&amp;nbsp; &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;the formula for&amp;nbsp; that is &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Last Month sale] - [Current month sale]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 07:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875793#M1004172</guid>
      <dc:creator />
      <dc:date>2015-05-29T07:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing Max 200 in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875794#M1004173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max I tried it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not&amp;nbsp; able to get the desired result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 07:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875794#M1004173</guid>
      <dc:creator />
      <dc:date>2015-05-29T07:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing Max 200 in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875795#M1004174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As you said you are using Drift so you can simply write Drift in place of the &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Last Month sale] - [Current month sale].&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 07:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-Max-200-in-Expression/m-p/875795#M1004174</guid>
      <dc:creator>prajapatiamar38</dc:creator>
      <dc:date>2015-05-29T07:57:32Z</dc:date>
    </item>
  </channel>
</rss>

