<?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: Hide zero lines in straight table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Hide-zero-lines-in-straight-table/m-p/2472240#M99764</link>
    <description>&lt;P&gt;If (sum(actual) &amp;gt;0, sum(actual))&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2024 02:27:15 GMT</pubDate>
    <dc:creator>anat</dc:creator>
    <dc:date>2024-07-23T02:27:15Z</dc:date>
    <item>
      <title>Hide zero lines in straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-zero-lines-in-straight-table/m-p/2472230#M99761</link>
      <description>&lt;P&gt;Hi expert&lt;/P&gt;
&lt;P&gt;I have a table with null data in a column , so I need a pivot table without this null values&lt;/P&gt;
&lt;P&gt;Input table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Phan_Anh_Son_0-1721698364329.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169766i2EAEC5483D97BB7C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Phan_Anh_Son_0-1721698364329.png" alt="Phan_Anh_Son_0-1721698364329.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;output table&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Phan_Anh_Son_1-1721698474207.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169767i4734E20B3FD085E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Phan_Anh_Son_1-1721698474207.png" alt="Phan_Anh_Son_1-1721698474207.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I`m working in qlilkview 11 so I put in chart properties the selection of&amp;nbsp;Suppress zero-value but still appear the null value . Is there any formula in the Dimensions to hide this null values .&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 01:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-zero-lines-in-straight-table/m-p/2472230#M99761</guid>
      <dc:creator>Phan_Anh_Son</dc:creator>
      <dc:date>2024-07-23T01:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hide zero lines in straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-zero-lines-in-straight-table/m-p/2472235#M99762</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/67056"&gt;@Phan_Anh_Son&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What is making your chart to show these zero values is the &lt;STRONG&gt;Avg Budget per Employee&lt;/STRONG&gt; measure. Since it is not zero, it governs the whole row. What you can do is to make this measure conditioned to the Actual Measure with Set Analysis.&lt;/P&gt;
&lt;P&gt;So, replace the Avg Budget per Employee Measure with something like this:&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;&lt;STRONG&gt;Employee = {"=Sum([Actual])&amp;gt;0"}&lt;/STRONG&gt;&amp;gt;} [AVG_BUDGET])&lt;/P&gt;
&lt;P&gt;The Set Expression in the case above will return the collection of Employees with Sum of Actuals greater than zero.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 02:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-zero-lines-in-straight-table/m-p/2472235#M99762</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-07-23T02:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide zero lines in straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-zero-lines-in-straight-table/m-p/2472240#M99764</link>
      <description>&lt;P&gt;If (sum(actual) &amp;gt;0, sum(actual))&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 02:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-zero-lines-in-straight-table/m-p/2472240#M99764</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2024-07-23T02:27:15Z</dc:date>
    </item>
  </channel>
</rss>

