<?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: Upper and Lower Limits\Boundaries on Expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690303#M671886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert for your reply. I tried for one of the condition. Added a variable called vEmpLimits with value &lt;STRONG&gt;=sum(EMPLOYEES) &amp;gt; 200 and sum(EMPLOYEES) &amp;lt; 500&lt;/STRONG&gt; and modified the expression to &lt;STRONG&gt;if( $(vEmpLimits) , sum(&lt;STRONG&gt;EMPLOYEES&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG&gt;) ) &lt;/STRONG&gt;but it does not show any value for that field in the table. Can you help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2014 18:02:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-12T18:02:58Z</dc:date>
    <item>
      <title>Limit Rows based on Upper and Lower Limits on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690296#M671879</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;Is it possible to limit the rows based on limits on expressions? For example, I have sum(employees), sum(income), sum(tax) in my expressions and I want only those records to be displayed in my table where:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. sum(employees) &amp;gt; 200 and sum(employees) &amp;lt; 500&lt;/P&gt;&lt;P&gt;2. sum(income) &amp;gt; $500 000 and sum(income) &amp;lt; $1000000&lt;/P&gt;&lt;P&gt;3. sum(tax) &amp;gt; $10 000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to display only those records that fulfills upper and lower limits to above expressions ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sheetal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 17:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690296#M671879</guid>
      <dc:creator />
      <dc:date>2014-09-12T17:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits\Boundaries on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690297#M671880</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;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Employee = {"&amp;gt;=200 &amp;lt;= 500"} &amp;gt;} [Employee])&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Income = {"&amp;gt;= 50000 &amp;lt;= 1000000"}&amp;gt;}[Income])&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Tax = {"&amp;gt;=10000"}&amp;gt;}[Tax])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 17:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690297#M671880</guid>
      <dc:creator>don_qlikview</dc:creator>
      <dc:date>2014-09-12T17:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits\Boundaries on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690298#M671881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;employees&lt;/SPAN&gt; = {"&amp;gt;=200&amp;lt;=500"}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;employees&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 17:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690298#M671881</guid>
      <dc:creator />
      <dc:date>2014-09-12T17:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits\Boundaries on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690299#M671882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Don,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. However, I tried the below in the expression but it does not give any output. It shows 0 for Number of Employees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[EMPLOYEES] = {"&amp;gt;=200 &amp;lt;= 500"} &amp;gt;}[EMPLOYEES])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sheetal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 17:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690299#M671882</guid>
      <dc:creator />
      <dc:date>2014-09-12T17:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits\Boundaries on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690300#M671883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you leave out these [ ] ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 17:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690300#M671883</guid>
      <dc:creator />
      <dc:date>2014-09-12T17:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits\Boundaries on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690301#M671884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your three conditions should apply to all three expressions try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;vLimits:&amp;nbsp; sum(employees) &amp;gt; 200 and sum(employees) &amp;lt; 500 and sum(income) &amp;gt; 500000 and sum(income) &amp;lt; 1000000 and sum(tax) &amp;gt; 10000&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;if( $(vLimits) , sum(employees) )&lt;/LI&gt;&lt;LI&gt;if( $(vLimits) , sum(income) )&lt;/LI&gt;&lt;LI&gt;if( $(vLimits) , sum(tax) )&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If each condition should apply only to one expression try these three expressions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;if(sum(employees) &amp;gt; 200 and sum(employees) &amp;lt; 500 ,&amp;nbsp; sum(employees) )&lt;/LI&gt;&lt;LI&gt;if(sum(income) &amp;gt; 500000 and sum(income) &amp;lt; 1000000, sum(income) )&lt;/LI&gt;&lt;LI&gt;if(sum(tax) &amp;gt; 10000, sum(tax) )&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 17:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690301#M671884</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-12T17:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits\Boundaries on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690302#M671885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried even that below, it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;EMPLOYEES = {"&amp;gt;=200 &amp;lt;= 500"} &amp;gt;} EMPLOYEES )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 18:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690302#M671885</guid>
      <dc:creator />
      <dc:date>2014-09-12T18:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits\Boundaries on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690303#M671886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert for your reply. I tried for one of the condition. Added a variable called vEmpLimits with value &lt;STRONG&gt;=sum(EMPLOYEES) &amp;gt; 200 and sum(EMPLOYEES) &amp;lt; 500&lt;/STRONG&gt; and modified the expression to &lt;STRONG&gt;if( $(vEmpLimits) , sum(&lt;STRONG&gt;EMPLOYEES&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG&gt;) ) &lt;/STRONG&gt;but it does not show any value for that field in the table. Can you help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 18:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690303#M671886</guid>
      <dc:creator />
      <dc:date>2014-09-12T18:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits\Boundaries on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690304#M671887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Gysbert &lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified my variable to have only part of the condition &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(EMPLOYEES) &amp;gt; 200. &lt;/STRONG&gt;It shows values now wherever the Sum(Employees) is greater than 200. However, remaining rows not having&lt;STRONG&gt; sum(EMPLOYEES) &amp;gt; 200&lt;/STRONG&gt; are also displayed. This is similar to if condition applied in expression. But, I want to display only those rows where &lt;STRONG&gt;sum(EMPLOYEES) &amp;gt; 200 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 19:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690304#M671887</guid>
      <dc:creator />
      <dc:date>2014-09-12T19:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690305#M671888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sheetal,&lt;/P&gt;&lt;P&gt;Requirement 1: You need to limit your expressions.&lt;/P&gt;&lt;P&gt;Solution: The one given by Gysbert and others covers it all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement 2: You need to display only those rows where conditions are satisfied&lt;/P&gt;&lt;P&gt;Solution: Use a calculated dimension.&lt;/P&gt;&lt;P&gt;Go to properties--&amp;gt; dimension tab of the chart and click 'Add calculated Dimension'.&lt;/P&gt;&lt;P&gt;Use this expression.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If( Aggr (sum(EMPLOYEES), Your_Dimension_name)&amp;gt;10000, Your_Dimension_name)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Give it suitable name.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Check mark '&lt;/STRONG&gt;&lt;EM&gt;Suppress When value is Null'&lt;/EM&gt; check-box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may add additional conditions as per requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Kalpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 19:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690305#M671888</guid>
      <dc:creator />
      <dc:date>2014-09-14T19:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690306#M671889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kalpesh for your reply. I want to show only those records where sum(Employees) &amp;gt; 200 and sum(Employees) &amp;lt; 500. So I will need to use calculated dimension. I tried the following but it shows me "1" in this column for all rows even though sum(Employees) is less than 200. I have tried only for first condition sum(Employees) &amp;gt; 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( Aggr (sum(EMPLOYEES), EMPLOYEES)&amp;gt;200, EMPLOYEES)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 02:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690306#M671889</guid>
      <dc:creator />
      <dc:date>2014-09-15T02:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690307#M671890</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(sum(employees) &amp;gt; 200 and sum(employees) &amp;lt; 500 and sum(income) &amp;gt; 500000 and sum(income) &amp;lt; 1000000 and sum(tax) &amp;gt; 10000, 'True')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Note: You can replace True in the above expression with the value of your wish.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 02:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690307#M671890</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-15T02:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits\Boundaries on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690308#M671891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression in the variable should NOT be starting with an = sign. Otherwise it will be evaluated outside the context of the chart. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 07:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690308#M671891</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-15T07:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690309#M671892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Gysbert !. However, I want to display only those rows fulfilling these conditions. I think calculated dimension can be used. I have tried below expression in calculated dimension, but it shows all rows with value 1 for all rows even those not fulfilling the condition.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=If( Aggr (sum(EMPLOYEES), EMPLOYEES)&amp;gt;200, EMPLOYEES)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690309#M671892</guid>
      <dc:creator />
      <dc:date>2014-09-15T15:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Upper and Lower Limits on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690310#M671893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Try like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;=Aggr (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;If(&lt;/SPAN&gt;sum(EMPLOYEES) &amp;gt;200, EMPLOYEES))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 04:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690310#M671893</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-16T04:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Rows based on Upper and Lower Limits on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690311#M671894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sheetal,&lt;/P&gt;&lt;P&gt;If haven't got this working yet, can you share few hundred rows of sample data in excel. Its much more easy to understand and provide the solution this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A note on this expression that you tried to use&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;If( Aggr (sum(EMPLOYEES), EMPLOYEES)&amp;gt;200, EMPLOYEES)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The Aggr function aggregates results of an expression (i.e. sum(EMPLOYEES))&amp;nbsp; against a dimension that comes after comma separator. &lt;/P&gt;&lt;P&gt;If you use Employees as the dimension, then the Aggr statement reads it as "Sum of Employees per Employees" which has to be one and that is what you are getting.&lt;/P&gt;&lt;P&gt;So it will help if you can share what are the other dimensions you are using in Chart. (not to forget the sample data in excel)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kalpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 20:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690311#M671894</guid>
      <dc:creator />
      <dc:date>2014-09-16T20:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Rows based on Upper and Lower Limits on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690312#M671895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kalpesh. I am using following sample data. I have created a straight table with following dimensions and expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Data:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Period, ID, AccountType, Income&lt;/P&gt;&lt;P&gt;201401, 1, AAA, 100&lt;/P&gt;&lt;P&gt;201401, 1, BBB, 200&lt;/P&gt;&lt;P&gt;201401, 1, CCC, 300&lt;/P&gt;&lt;P&gt;201401,2, AAA, 200&lt;/P&gt;&lt;P&gt;201401,2, BBB, 100&lt;/P&gt;&lt;P&gt;201401,2, CCC, 400&lt;/P&gt;&lt;P&gt;201401,3, AAA, 300&lt;/P&gt;&lt;P&gt;201401,4, BBB, 400&lt;/P&gt;&lt;P&gt;201401,5, AAA, 100&lt;/P&gt;&lt;P&gt;201401,6, CCC, 200&lt;/P&gt;&lt;P&gt;201401,7, CCC, 100&lt;/P&gt;&lt;P&gt;201401,8, AAA, 500&lt;/P&gt;&lt;P&gt;201401,9, BBB, 100&lt;/P&gt;&lt;P&gt;201401,10,BBB, 900&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;1.AccountType&lt;/P&gt;&lt;P&gt;2.ID&lt;/P&gt;&lt;P&gt;3.=(If( Aggr (sum(Income), AccountType)&amp;gt;1200, Income)) with Suppress when value is Null checked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;1.Period&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am getting only 1 row in the output for AccountType BBB which is correct. But, I am getting Income displayed as 900. I want to show the sum(Income) instead of just Income. Hence,&amp;nbsp; I want to display 1700 in a single row. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried following:&lt;/P&gt;&lt;P&gt;1. =(If( Aggr (sum(Income), AccountType)&amp;gt;1200, Aggr (sum(Income), AccountType))) but this shows 5 rows each with 1700 value&lt;/P&gt;&lt;P&gt;2. =(If( Aggr (sum(Income), AccountType)&amp;gt;1200, Aggr (sum(Income), AccountType,ID))) but this shows 1 row with 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 21:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690312#M671895</guid>
      <dc:creator />
      <dc:date>2014-09-18T21:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Rows based on Upper and Lower Limits on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690313#M671896</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: AccountType, ID&lt;/P&gt;&lt;P&gt;Expression: = Sum(Aggr(If(sum(Income)&amp;gt;1200, Sum(Income)), AccountType))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 01:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690313#M671896</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-19T01:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Rows based on Upper and Lower Limits on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690314#M671897</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; ID DImension splits Income to 900. Skip ID DImension and then use the expression Jagan posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Stefan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 04:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690314#M671897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T04:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Limit Rows based on Upper and Lower Limits on Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690315#M671898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan. There is one change in the requirement. I have attached the sample file and output screenshot. I want to display only those rows that satisfies both the conditions (AND) instead of OR. i.e as per the expression applied, only one row satisfying both the condition should be displayed. Is this possible ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, this is just a sample but in real scenario, I have about 10 such numeric columns that has lower and upper limits coming through variables whose values are entered by users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample_Data:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Company, ID, AccountType, No_Of_Emp, Revenue&lt;/P&gt;&lt;P&gt;A, 1, AAA, 28,300000&lt;/P&gt;&lt;P&gt;B, 1, BBB, 70,500000&lt;/P&gt;&lt;P&gt;C, 1, CCC, 80,450000&lt;/P&gt;&lt;P&gt;D,2, AAA, 200,2000000&lt;/P&gt;&lt;P&gt;E,2, BBB, 100,5000000&lt;/P&gt;&lt;P&gt;F,2, CCC, 70,750000&lt;/P&gt;&lt;P&gt;G,3, AAA, 300,6000000&lt;/P&gt;&lt;P&gt;H,4, BBB, 400,4500000&lt;/P&gt;&lt;P&gt;I,5, AAA, 100,2000000&lt;/P&gt;&lt;P&gt;J,6, CCC, 200,1500000&lt;/P&gt;&lt;P&gt;K,7, CCC, 250,2000000&lt;/P&gt;&lt;P&gt;L,8, AAA, 300,3000000&lt;/P&gt;&lt;P&gt;M,9, BBB, 100,400000&lt;/P&gt;&lt;P&gt;N,10,BBB, 105,900000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;1. Company&lt;/P&gt;&lt;P&gt;2. ID&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;P&gt;1. = Sum(Aggr(If(sum(No_Of_Emp)&amp;gt;200 AND SUM(No_Of_Emp) &amp;lt; 500, Sum(No_Of_Emp)), Company,ID))&lt;/P&gt;&lt;P&gt;2. = Sum(Aggr(If(sum(Revenue)&amp;gt;200000 and sum(Revenue) &amp;lt; 3000000, Sum(Revenue)), Company,ID))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 16:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Rows-based-on-Upper-and-Lower-Limits-on-Expressions/m-p/690315#M671898</guid>
      <dc:creator />
      <dc:date>2014-09-25T16:53:13Z</dc:date>
    </item>
  </channel>
</rss>

