<?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: How to exclude or hide values in a report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109567#M759434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you provide expressions for more information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2018 10:13:23 GMT</pubDate>
    <dc:creator>gavinigovind452</dc:creator>
    <dc:date>2018-08-22T10:13:23Z</dc:date>
    <item>
      <title>How to exclude or hide values in a report</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109564#M759431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not want to show the values 0.00 in my report.I have already used the option suppress null value but still I am getting them.How can I hide them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211500_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109564#M759431</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or hide values in a report</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109565#M759432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Null values are different from 0.00000 values. Null values only appear when a field has no data for that record, so naturally, the 0.000 is a value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, in case this is a measure, it could as well be that these aren't zero values, but it is a result with lots of zeros after the decimal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could always do an If-check in your script on [Fuel per last ...] for checking if the value is 0. If it is zero, give it the value Null(). This will allow you to use the Suppress null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;If([Fuel per last ...] =0, Null(), [Fuel per last ...])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 09:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109565#M759432</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-08-22T09:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or hide values in a report</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109566#M759433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211502_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;Currently I tried the following codes&lt;/P&gt;&lt;P&gt;If([Fuel per last Noon] =0.000, Null(), [Fuel per last Noon]) and related but I got this value.Now I want to hide this whole row..what should I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 10:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109566#M759433</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-22T10:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or hide values in a report</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109567#M759434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you provide expressions for more information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 10:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109567#M759434</guid>
      <dc:creator>gavinigovind452</dc:creator>
      <dc:date>2018-08-22T10:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or hide values in a report</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109568#M759435</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;/P&gt;&lt;P&gt;Check suppress null value for [Fuel per last Noon] dimension .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 10:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109568#M759435</guid>
      <dc:creator>pooja_prabhu_n</dc:creator>
      <dc:date>2018-08-22T10:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or hide values in a report</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109569#M759436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/246492"&gt;timpoismans&lt;/A&gt;‌ I rearranged the dimensions and it is working fine.Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 10:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109569#M759436</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-22T10:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or hide values in a report</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109570#M759437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to hide null values per expression in your table. If you hide them for each expression, the row with null values for each expression shouldn't show in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 10:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109570#M759437</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-08-22T10:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or hide values in a report</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109571#M759438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 10:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109571#M759438</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-08-22T10:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or hide values in a report</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109572#M759441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Govind,&lt;/P&gt;&lt;P&gt;Thanks for the enquiry but the question is closed and answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Trishita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 07:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-or-hide-values-in-a-report/m-p/109572#M759441</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-09-04T07:48:04Z</dc:date>
    </item>
  </channel>
</rss>

