<?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 Hide/Exclude 0 from Total in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Exclude-0-from-Total/m-p/2527740#M42844</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am creating a table in pixel perfect. The measure column is showing Dual(sum and Count). Pixel perfect was not supporting dual function so i added sum formula field from Qlik and created count as formula in pixel perfect and inserted cell to show the count formula. When sum =0 it is not showing in total. when total count = 0 it is showing on Total group header, and we want to hide/exclude 0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried formatting rule but it is giving error because my expression has set analysis&lt;/P&gt;&lt;P&gt;count({&amp;lt;OD_ReporingMonthEnd={'$(=$(vEndDate))'}&amp;gt;}OD_USD_Equivalent)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Can you please guide how to hide/exclude 0 from total?&lt;/P&gt;&lt;P&gt;attaching screenshot as example from the output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. when there is all is zero or null for a selection, how to show 'No Data' message instead of table ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Aug 2025 15:26:09 GMT</pubDate>
    <dc:creator>Fareeha123</dc:creator>
    <dc:date>2025-08-19T15:26:09Z</dc:date>
    <item>
      <title>Hide/Exclude 0 from Total</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Exclude-0-from-Total/m-p/2527740#M42844</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am creating a table in pixel perfect. The measure column is showing Dual(sum and Count). Pixel perfect was not supporting dual function so i added sum formula field from Qlik and created count as formula in pixel perfect and inserted cell to show the count formula. When sum =0 it is not showing in total. when total count = 0 it is showing on Total group header, and we want to hide/exclude 0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried formatting rule but it is giving error because my expression has set analysis&lt;/P&gt;&lt;P&gt;count({&amp;lt;OD_ReporingMonthEnd={'$(=$(vEndDate))'}&amp;gt;}OD_USD_Equivalent)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Can you please guide how to hide/exclude 0 from total?&lt;/P&gt;&lt;P&gt;attaching screenshot as example from the output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. when there is all is zero or null for a selection, how to show 'No Data' message instead of table ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 15:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Exclude-0-from-Total/m-p/2527740#M42844</guid>
      <dc:creator>Fareeha123</dc:creator>
      <dc:date>2025-08-19T15:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Exclude 0 from Total</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Exclude-0-from-Total/m-p/2527789#M42845</link>
      <description>&lt;P&gt;Create a new field in your Qlik data model:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(OD_USD_Equivalent &amp;gt; 0 and OD_ReporingMonthEnd = $(vEndDate), 1, 0) as ValidCountFlag&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Then in PixelPerfect:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sum(ValidCountFlag)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 05:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Exclude-0-from-Total/m-p/2527789#M42845</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2025-08-20T05:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Exclude 0 from Total</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Exclude-0-from-Total/m-p/2527893#M42846</link>
      <description>&lt;P&gt;I tried that it is still showing 0 in the total line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 15:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Exclude-0-from-Total/m-p/2527893#M42846</guid>
      <dc:creator>Fareeha123</dc:creator>
      <dc:date>2025-08-20T15:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Exclude 0 from Total</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Exclude-0-from-Total/m-p/2528190#M42847</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/253596"&gt;@Fareeha123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is not clear exactly what you need. When it is 0 do you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;want to show total line but have nothing in it?&lt;/LI&gt;&lt;LI&gt;want to hide whole total line all together?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;i am not understanding whether we need to focus on number formats which can have dedicated symbol for when it is 0 or if we need to make whole template dynamic (hide/show header) based on one value from total line?&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Sat, 23 Aug 2025 02:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Exclude-0-from-Total/m-p/2528190#M42847</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-08-23T02:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Exclude 0 from Total</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Exclude-0-from-Total/m-p/2528331#M42849</link>
      <description>&lt;P&gt;I wanted to hide the header when Sum and count in total is zero. I was able to achieve that by formatting rule. I created the rule using sum field. Sum(Field)&amp;lt;0 then visibility 'No' applied that rule to group header band. This way i was able to hide the headers when total was zero.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 15:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Exclude-0-from-Total/m-p/2528331#M42849</guid>
      <dc:creator>Fareeha123</dc:creator>
      <dc:date>2025-08-25T15:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Exclude 0 from Total</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Exclude-0-from-Total/m-p/2529155#M42851</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Using formatting rules is the correct way to proceed in similar cases.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 10:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Exclude-0-from-Total/m-p/2529155#M42851</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2025-09-02T10:32:12Z</dc:date>
    </item>
  </channel>
</rss>

