<?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: Narrow down expressed values by setting some conditions/limits? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Narrow-down-expressed-values-by-setting-some-conditions-limits/m-p/1153083#M376570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can always use the if statement (which might be the only way if you have more than one dimension, unless you can uniquely define the two dimensions using a single field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(Amount) &amp;gt;= 4000, Sum(Amount))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2016 08:26:41 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-09T08:26:41Z</dc:date>
    <item>
      <title>Narrow down expressed values by setting some conditions/limits?</title>
      <link>https://community.qlik.com/t5/QlikView/Narrow-down-expressed-values-by-setting-some-conditions-limits/m-p/1153081#M376568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to show expression values that are over 4,000 in below chart, which means only showing value 13,722 and 4,454, and off course their corresponding dimensions. How can I achieve that? The original expression here is simple as a SUM(). &lt;/P&gt;&lt;P&gt;Set analysis seems not working on this.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="截图.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134006_截图.png" style="height: 250px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Jia Junqing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 06:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Narrow-down-expressed-values-by-setting-some-conditions-limits/m-p/1153081#M376568</guid>
      <dc:creator />
      <dc:date>2016-08-09T06:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Narrow down expressed values by setting some conditions/limits?</title>
      <link>https://community.qlik.com/t5/QlikView/Narrow-down-expressed-values-by-setting-some-conditions-limits/m-p/1153082#M376569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the Dimension Limits tab enable the &lt;EM&gt;Show only values that are&lt;/EM&gt; option and choose the &lt;EM&gt;Greater Than or Equal To&lt;/EM&gt; option. Enter 4000 in the input field next to that and finally choose &lt;EM&gt;exact amount&lt;/EM&gt; in third input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can try a set analysis expression: sum({&amp;lt;&lt;EM&gt;YourXaxisDimensionHere &lt;/EM&gt;= {"=sum(Amount)&amp;gt;=4000"}&lt;EM&gt; &lt;/EM&gt;&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 07:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Narrow-down-expressed-values-by-setting-some-conditions-limits/m-p/1153082#M376569</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-09T07:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Narrow down expressed values by setting some conditions/limits?</title>
      <link>https://community.qlik.com/t5/QlikView/Narrow-down-expressed-values-by-setting-some-conditions-limits/m-p/1153083#M376570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can always use the if statement (which might be the only way if you have more than one dimension, unless you can uniquely define the two dimensions using a single field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(Amount) &amp;gt;= 4000, Sum(Amount))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 08:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Narrow-down-expressed-values-by-setting-some-conditions-limits/m-p/1153083#M376570</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T08:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Narrow down expressed values by setting some conditions/limits?</title>
      <link>https://community.qlik.com/t5/QlikView/Narrow-down-expressed-values-by-setting-some-conditions-limits/m-p/1153084#M376571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if I have 2 expressions need to be conditioned, how to connect the two conditions for "YourXaxisDimensionHere", I tried setting conditions for each of the expressions, but the logic seems not AND, but OR. For example, I have below 2 expressions but I only want the dimension with columns red circled showing off.&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;Expression#1: SUM(Amount)&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;Expression#2: Count(Number)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QQ截图20160809170147.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134025_QQ截图20160809170147.png" style="height: 180px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jia Junqing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 09:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Narrow-down-expressed-values-by-setting-some-conditions-limits/m-p/1153084#M376571</guid>
      <dc:creator />
      <dc:date>2016-08-09T09:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Narrow down expressed values by setting some conditions/limits?</title>
      <link>https://community.qlik.com/t5/QlikView/Narrow-down-expressed-values-by-setting-some-conditions-limits/m-p/1153085#M376572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this for and AND logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Sum({&amp;lt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;YourXaxisDimensionHere &lt;/EM&gt;= {"=sum(Amount)&amp;gt;=4000 &lt;SPAN style="color: #ff0000;"&gt;and Count(Number) &amp;gt; X&lt;/SPAN&gt;"}&lt;EM style="font-weight: inherit; font-family: inherit;"&gt; &lt;/EM&gt;&amp;gt;}Amount)&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;A _jive_internal="true" class="jive-acclaim-likelink" data-command="unlike" data-object-id="1101332" data-object-type="2" href="https://community.qlik.com/message/1101450?et=watches.email.thread" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Re: Narrow down expressed values by setting some conditions/limits?&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 10:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Narrow-down-expressed-values-by-setting-some-conditions-limits/m-p/1153085#M376572</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T10:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Narrow down expressed values by setting some conditions/limits?</title>
      <link>https://community.qlik.com/t5/QlikView/Narrow-down-expressed-values-by-setting-some-conditions-limits/m-p/1153086#M376573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Narrow-down-expressed-values-by-setting-some-conditions-limits/m-p/1153086#M376573</guid>
      <dc:creator />
      <dc:date>2016-08-10T07:28:09Z</dc:date>
    </item>
  </channel>
</rss>

