<?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: Showing only negative values in a pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-only-negative-values-in-a-pivot-table/m-p/871036#M470258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2015 12:59:45 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2015-05-28T12:59:45Z</dc:date>
    <item>
      <title>Showing only negative values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-only-negative-values-in-a-pivot-table/m-p/871034#M470256</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;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 have a pivot table with many &lt;/SPAN&gt;columns, some of them are dimensions and some expressions. I am trying to only see the rows with a negative value in any column. so if any row contains a negative vale only those rows will be displayed in the table.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; How can i go about this?&lt;/SPAN&gt;&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks, &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 12:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-only-negative-values-in-a-pivot-table/m-p/871034#M470256</guid>
      <dc:creator />
      <dc:date>2015-05-28T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Showing only negative values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-only-negative-values-in-a-pivot-table/m-p/871035#M470257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can try the expression some thing like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(urexpression values is &amp;lt;0,urexpression.null())--- supress the null values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 12:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-only-negative-values-in-a-pivot-table/m-p/871035#M470257</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-05-28T12:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Showing only negative values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-only-negative-values-in-a-pivot-table/m-p/871036#M470258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 12:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-only-negative-values-in-a-pivot-table/m-p/871036#M470258</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-05-28T12:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Showing only negative values in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-only-negative-values-in-a-pivot-table/m-p/871037#M470259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your statement, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; if(urexpression values is &amp;lt;0,urexpression.null()) is applicable only when expression is available. but here in my case, i do not have any expression &amp;amp; i want to display field only when any of the data in field has negative values..&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and there are around thousands of fields in my table.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please check and update&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Suresh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 10:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-only-negative-values-in-a-pivot-table/m-p/871037#M470259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-17T10:13:35Z</dc:date>
    </item>
  </channel>
</rss>

