<?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: Display Only Negative values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Only-Negative-values/m-p/1434443#M431057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(Interval) &amp;lt;0, Interval)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Interval = {'&amp;lt;0'}&amp;gt;} Interval)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2017 14:15:11 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-11-21T14:15:11Z</dc:date>
    <item>
      <title>Display Only Negative values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Only-Negative-values/m-p/1434441#M431055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me with the following questions :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field with both positive and negative values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display all negative values in the Data Sheet . &lt;/P&gt;&lt;P&gt;Something like this as shown below :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="145" style="border: 1px solid rgb(0, 0, 0); width: 234px; height: 147px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Interval&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;-1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;-3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;-4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance, &lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 14:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Only-Negative-values/m-p/1434441#M431055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-21T14:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display Only Negative values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Only-Negative-values/m-p/1434442#M431056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeMin(ExpressionOrFieldName, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 14:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Only-Negative-values/m-p/1434442#M431056</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-21T14:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display Only Negative values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Only-Negative-values/m-p/1434443#M431057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(Interval) &amp;lt;0, Interval)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Interval = {'&amp;lt;0'}&amp;gt;} Interval)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 14:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Only-Negative-values/m-p/1434443#M431057</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-21T14:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Display Only Negative values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Only-Negative-values/m-p/1434444#M431058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I donnt need to do any sum or any aggregation function . &lt;/P&gt;&lt;P&gt;I just need create a new column in data sheet with only negative values (without null values) &lt;/P&gt;&lt;P&gt;I am using this as dimension&amp;nbsp; expression which I need for data sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (Interval&amp;lt;0,(Interval))&amp;nbsp;&amp;nbsp; this expression works for me but shows null values too. &lt;/P&gt;&lt;P&gt;how to get rid of null values using above expression . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 14:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Only-Negative-values/m-p/1434444#M431058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-21T14:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display Only Negative values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Only-Negative-values/m-p/1434445#M431059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be check 'Suppress When Value Is Null' on the dimension tab of chart properties&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 14:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Only-Negative-values/m-p/1434445#M431059</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-21T14:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Display Only Negative values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Only-Negative-values/m-p/1434446#M431060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok ! Thanks will try !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 15:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Only-Negative-values/m-p/1434446#M431060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-21T15:15:59Z</dc:date>
    </item>
  </channel>
</rss>

