<?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 Suppressing 0.00 currency values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppressing-0-00-currency-values/m-p/1876405#M1216687</link>
    <description>&lt;P&gt;I'm displaying data in a straight table in which I need to suppress rows with Quantity values of zero as well as Unit Price values that display as 0.00. The "&lt;SPAN&gt;Suppress Zero-Values" did not work for this so &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;I've made the following entry in my dimension to hide rows with Quantity = 0, which works perfectly:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;=if([Transactions.Quantity]&amp;gt;0, [Customer.Sales Rep Full Name] , Null())&lt;/P&gt;
&lt;P&gt;However, when I use the same logic with the Unit Price value, rows are not suppressed at all OR all rows are suppressed (depending on which method below is used).&lt;/P&gt;
&lt;P&gt;The following does not suppress anything:&lt;/P&gt;
&lt;P&gt;=if([Transactions.Unite Price]&amp;gt;0, [Customer.Sales Rep Full Name] , Null())&lt;/P&gt;
&lt;P&gt;I have tried the following checking for NULL instead (incorrectly suppresses all rows):&lt;/P&gt;
&lt;P&gt;=if([Transactions.Unit Price]&amp;lt;&amp;gt;Null(), [Customer.Sales Rep Full Name] , Null())&lt;/P&gt;
&lt;P&gt;Also tried checking for NULL the following way, using "len" (incorrectly suppresses all rows):&lt;/P&gt;
&lt;P&gt;=if(len([Transactions.Unit Price]&amp;gt;0), [Customer.Sales Rep Full Name] , Null())&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other ideas on what I might try for this?&lt;/P&gt;</description>
    <pubDate>Sat, 01 Jan 2022 18:26:35 GMT</pubDate>
    <dc:creator>feign3</dc:creator>
    <dc:date>2022-01-01T18:26:35Z</dc:date>
    <item>
      <title>Suppressing 0.00 currency values</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-0-00-currency-values/m-p/1876405#M1216687</link>
      <description>&lt;P&gt;I'm displaying data in a straight table in which I need to suppress rows with Quantity values of zero as well as Unit Price values that display as 0.00. The "&lt;SPAN&gt;Suppress Zero-Values" did not work for this so &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;I've made the following entry in my dimension to hide rows with Quantity = 0, which works perfectly:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;=if([Transactions.Quantity]&amp;gt;0, [Customer.Sales Rep Full Name] , Null())&lt;/P&gt;
&lt;P&gt;However, when I use the same logic with the Unit Price value, rows are not suppressed at all OR all rows are suppressed (depending on which method below is used).&lt;/P&gt;
&lt;P&gt;The following does not suppress anything:&lt;/P&gt;
&lt;P&gt;=if([Transactions.Unite Price]&amp;gt;0, [Customer.Sales Rep Full Name] , Null())&lt;/P&gt;
&lt;P&gt;I have tried the following checking for NULL instead (incorrectly suppresses all rows):&lt;/P&gt;
&lt;P&gt;=if([Transactions.Unit Price]&amp;lt;&amp;gt;Null(), [Customer.Sales Rep Full Name] , Null())&lt;/P&gt;
&lt;P&gt;Also tried checking for NULL the following way, using "len" (incorrectly suppresses all rows):&lt;/P&gt;
&lt;P&gt;=if(len([Transactions.Unit Price]&amp;gt;0), [Customer.Sales Rep Full Name] , Null())&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other ideas on what I might try for this?&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jan 2022 18:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-0-00-currency-values/m-p/1876405#M1216687</guid>
      <dc:creator>feign3</dc:creator>
      <dc:date>2022-01-01T18:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing 0.00 currency values</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-0-00-currency-values/m-p/1876450#M1216692</link>
      <description>&lt;P&gt;Hello, could you please attach a sample version of your document? So we can take a look on it and solve your specific issue.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jan 2022 16:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-0-00-currency-values/m-p/1876450#M1216692</guid>
      <dc:creator>_Gerardo_</dc:creator>
      <dc:date>2022-01-02T16:43:45Z</dc:date>
    </item>
  </channel>
</rss>

