<?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 How to Select In Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Select-In-Expression/m-p/692531#M250535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Having a straight table with Customer dimension and sum(LineSalesAmount) expression for example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish select only the data where the sum(LineSalesAmount) is &amp;gt;= vVariable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be something easy to do but for the life of me cannot work out how Qlikview want me to achive it!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers would be great,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2014 14:00:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-31T14:00:40Z</dc:date>
    <item>
      <title>How to Select In Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-In-Expression/m-p/692531#M250535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Having a straight table with Customer dimension and sum(LineSalesAmount) expression for example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish select only the data where the sum(LineSalesAmount) is &amp;gt;= vVariable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be something easy to do but for the life of me cannot work out how Qlikview want me to achive it!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers would be great,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-In-Expression/m-p/692531#M250535</guid>
      <dc:creator />
      <dc:date>2014-07-31T14:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select In Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-In-Expression/m-p/692532#M250536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the expressions, use If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(LineSalesAmount)&lt;/SPAN&gt;&amp;gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vVariable&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(LineSalesAmount)&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Sabal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-In-Expression/m-p/692532#M250536</guid>
      <dc:creator />
      <dc:date>2014-07-31T14:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select In Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-In-Expression/m-p/692533#M250537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the expression (it must be the only expression) write:&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;"&gt;If(sum(LineSalesAmount) is &amp;gt;= $(myVar), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(LineSalesAmount)&lt;/SPAN&gt;, 0)&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;and in the presentation tab check the box "suppress zero values"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-In-Expression/m-p/692533#M250537</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-31T14:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select In Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-In-Expression/m-p/692534#M250538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is better to use set analysis expression:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Customer={'=sum(LineSalesAmount)&amp;gt;$(vInputSum)'}&amp;gt;} LineSalesAmount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-In-Expression/m-p/692534#M250538</guid>
      <dc:creator>mrybalko</dc:creator>
      <dc:date>2014-07-31T14:50:06Z</dc:date>
    </item>
  </channel>
</rss>

