<?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: Present limited sales amount in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426543#M1152876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working with below expression, only now you see all instead of only the limited records.&amp;nbsp; &lt;BR /&gt;Do you have also a solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if &lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(sales_amt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;=10000 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(sales_amt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;lt;=20000,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(sales_amt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Apr 2013 12:14:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-05T12:14:18Z</dc:date>
    <item>
      <title>Present limited sales amount</title>
      <link>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426540#M1152873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See below straight table. I want to present only the values of customers where the total sales amount is greater or equal than 10.000 and smaller or equal than 20.000. So I only want to see customers X and Z. How do I realise this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="111" style="border: 1px solid rgb(0, 0, 0); width: 431px; height: 76px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="text-align: left; background-color: rgb(102, 144, 188);" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Customer name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="text-align: left; background-color: rgb(102, 144, 188);" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Min. price&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="text-align: left; background-color: rgb(102, 144, 188);" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Max. price&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="text-align: left; background-color: rgb(102, 144, 188);" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Sales amount&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: left;"&gt;Customer S&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;10,00&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;20,00&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: left;"&gt;Customer X&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;15,00&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;25,00&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;10.000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: left;"&gt;Customer Y&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;25,00&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;50,00&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;50.000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: left;"&gt;Customer Z&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;20,00&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;30,00&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;15.000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 10:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426540#M1152873</guid>
      <dc:creator />
      <dc:date>2013-04-05T10:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Present limited sales amount</title>
      <link>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426541#M1152874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum(if(sum(sales_amt)&amp;gt;=10000 and sum(sales_amt)&amp;lt;=20000,sales_amt))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 10:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426541#M1152874</guid>
      <dc:creator>prasad_dumbre</dc:creator>
      <dc:date>2013-04-05T10:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Present limited sales amount</title>
      <link>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426542#M1152875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this expression: sum({&amp;lt;[Sales amount]={'&amp;gt;=10000&amp;lt;=20000'}&amp;gt;}[Sales amount])&lt;/P&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 11:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426542#M1152875</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-04-05T11:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Present limited sales amount</title>
      <link>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426543#M1152876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working with below expression, only now you see all instead of only the limited records.&amp;nbsp; &lt;BR /&gt;Do you have also a solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if &lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(sales_amt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;=10000 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(sales_amt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;lt;=20000,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(sales_amt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 12:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426543#M1152876</guid>
      <dc:creator />
      <dc:date>2013-04-05T12:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Present limited sales amount</title>
      <link>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426544#M1152877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your example is exactly what I need! Unfortunately the expression is not working in my table. It still shows records under 10.000 and above 20.000. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sales amount per customer is based on individual sales records per customer.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Does the first part of your expression ({&amp;lt;[Sales amount]={'&amp;gt;=10000&amp;lt;=20000'}&amp;gt;} needs a sum of sales amount?&lt;/P&gt;&lt;P&gt;If yes, how do I realize this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 12:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426544#M1152877</guid>
      <dc:creator />
      <dc:date>2013-04-05T12:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Present limited sales amount</title>
      <link>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426545#M1152878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, my mistake. Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Customer name]={"=sum([Sales amount])&amp;gt;=10000 and sum([Sales amount])&amp;lt;=20000"}&amp;gt;} [Sales amount])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace [Customer name ] and [Sales amount] with your exact field names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 14:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426545#M1152878</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-04-05T14:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Present limited sales amount</title>
      <link>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426546#M1152879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is working great, but now I see all instead of only the limited records. &lt;/P&gt;&lt;P&gt;In your example you see only the limited records of the remain customers. I want this too. Do you know a solution for this?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 14:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426546#M1152879</guid>
      <dc:creator />
      <dc:date>2013-04-05T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Present limited sales amount</title>
      <link>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426547#M1152880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are min and max price- expressions in you example? If so, you should add above set analysis: &lt;/P&gt;&lt;P&gt;(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;{&amp;lt;[Customer name]={"=sum([Sales amount])&amp;gt;=10000 and sum([Sales amount])&amp;lt;=20000"}&amp;gt;}&lt;/SPAN&gt;) &lt;/P&gt;&lt;P&gt;in all of them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 15:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Present-limited-sales-amount/m-p/426547#M1152880</guid>
      <dc:creator />
      <dc:date>2013-04-05T15:02:31Z</dc:date>
    </item>
  </channel>
</rss>

