<?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: Making visible only negative values from a table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Making-visible-only-negative-values-from-a-table/m-p/2078363#M88451</link>
    <description>&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;=if(amount &amp;lt; 0, amount)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 11:41:17 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2023-05-31T11:41:17Z</dc:date>
    <item>
      <title>Making visible only negative values from a table</title>
      <link>https://community.qlik.com/t5/App-Development/Making-visible-only-negative-values-from-a-table/m-p/2078071#M88419</link>
      <description>&lt;P&gt;I have a table of amounts and I need to filter it so that it only shows credits or negative numbers. When I use a if statement, it nulls or grays out the cells in the "amount" column that is a positive but does not hide the entire row.&amp;nbsp; I've also tried suppress null values and 0 values option but it doesn't work&lt;/P&gt;
&lt;P&gt;I'm trying to use this set expression to create the filter but I'm getting an error: "Error in expression: ')' expected."&lt;/P&gt;
&lt;P&gt;if($amount)&amp;lt;0, Sum(amount),0)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 02:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Making-visible-only-negative-values-from-a-table/m-p/2078071#M88419</guid>
      <dc:creator>yuvi</dc:creator>
      <dc:date>2023-05-31T02:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Making visible only negative values from a table</title>
      <link>https://community.qlik.com/t5/App-Development/Making-visible-only-negative-values-from-a-table/m-p/2078363#M88451</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;=if(amount &amp;lt; 0, amount)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 11:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Making-visible-only-negative-values-from-a-table/m-p/2078363#M88451</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2023-05-31T11:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Making visible only negative values from a table</title>
      <link>https://community.qlik.com/t5/App-Development/Making-visible-only-negative-values-from-a-table/m-p/2078380#M88452</link>
      <description>&lt;P&gt;That just grays out the cells containing positive values in that column. I'm still able to see the rows.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 12:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Making-visible-only-negative-values-from-a-table/m-p/2078380#M88452</guid>
      <dc:creator>yuvi</dc:creator>
      <dc:date>2023-05-31T12:32:34Z</dc:date>
    </item>
  </channel>
</rss>

