<?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 How to hide zero values in a pivot table chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306865#M113353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; got to presentation-&amp;gt; supress zero values&lt;/P&gt;&lt;P&gt;if not then please share the sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Oct 2011 18:59:08 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2011-10-01T18:59:08Z</dc:date>
    <item>
      <title>How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306860#M113348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been researching this for a while, but haven't found out how to do.&lt;/P&gt;&lt;P&gt;I want to hide values in a column that are zero.&lt;/P&gt;&lt;P&gt;One way to do it is to use the Visual Cues to set the color to be white when the value is zero or below. The problem with this is that if the value is negative, then it won't be visible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;IMG alt="2011-10-01_08-55-33.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/7668_2011-10-01_08-55-33.png" /&gt;&lt;/DIV&gt;&lt;DIV&gt;Any ideas? Thanks, Jp.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 23:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306860#M113348</guid>
      <dc:creator>johnpaul</dc:creator>
      <dc:date>2011-09-30T23:30:40Z</dc:date>
    </item>
    <item>
      <title>How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306861#M113349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a way, using a combination of an if and set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px 'Courier New';"&gt;&lt;SPAN style="color: #103ffb;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #103ffb;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #92130a;"&gt;Billable_Flag&lt;/SPAN&gt;-={'Billable'}, Company_RecID -= {&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;$(vInternalCompanyID)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;} Hours_Actual) =0, ' ', sum({&amp;lt;Billable_Flag-={'Billable'}, Company_RecID -= {&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;$(vInternalCompanyID)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;} Hours_Actual)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 23:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306861#M113349</guid>
      <dc:creator>johnpaul</dc:creator>
      <dc:date>2011-09-30T23:32:57Z</dc:date>
    </item>
    <item>
      <title>How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306862#M113350</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;You want to hide the 0.00 values and also its corresponding values in column Hours, Hrs. Bill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 04:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306862#M113350</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-01T04:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306863#M113351</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;Write this code by expanding the expression by click on + sign and write code in Text Color &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( [Non Bill] = 0, White( ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will hide only 0.00 values in your chart hope this helps &lt;/P&gt;&lt;P&gt;Let me know about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See sample file also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 05:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306863#M113351</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-01T05:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306864#M113352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got correct answer from the solution that i provide to you, if it not works let me know about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 18:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306864#M113352</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-01T18:50:36Z</dc:date>
    </item>
    <item>
      <title>How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306865#M113353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; got to presentation-&amp;gt; supress zero values&lt;/P&gt;&lt;P&gt;if not then please share the sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 18:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306865#M113353</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-10-01T18:59:08Z</dc:date>
    </item>
    <item>
      <title>How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306866#M113354</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;No Question is to keep the other column value should be display if we use Supress zero values the all other column values which are dependent will not display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 19:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306866#M113354</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-01T19:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306867#M113355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( [Non Bill] = 0, White( ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;method is that it will also hide the column heading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column heading will display OK on the sample which you posted if you have the chart type set to Straight Table, but if it is set to Pivot, it won't.&lt;/P&gt;&lt;P&gt;So for Pivot charts, setting the value to a space might be better. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 00:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306867#M113355</guid>
      <dc:creator>johnpaul</dc:creator>
      <dc:date>2011-10-02T00:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306868#M113356</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;&lt;/P&gt;&lt;P&gt;Thanks But see the attached sample It works for both Pivot and Straight Table also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 05:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306868#M113356</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-02T05:26:51Z</dc:date>
    </item>
    <item>
      <title>How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306869#M113357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;I have looked at the attached sample and the problem still persists; the column heading on the Pivot Table is also white:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/7673_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 07:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306869#M113357</guid>
      <dc:creator>johnpaul</dc:creator>
      <dc:date>2011-10-02T07:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306870#M113358</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;The header line in a pivot table takes its display cues from the first line, so if the first line is set to display white, so will the header. You &lt;EM&gt;may &lt;/EM&gt;be able to get around the problem using cell custom formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you will allow the first row to display the zero, then use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( [Non Bill] = 0 And RowNo() &amp;gt; 0, White( ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not quite what you want, but perhaps the best possible if you don't want to use the space approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 09:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306870#M113358</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-10-02T09:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306871#M113359</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;Ok i got it for this you want in header the Sum value that is 4 is display in pivot table if so then put&lt;/P&gt;&lt;P&gt; Sum( HrsBill ) in pivot chart only because pivot chart works differently because in pivot chart the Sum value depend on dimension that you put so after putting Sum( ) function &lt;/P&gt;&lt;P&gt;Go to presentation tab -&amp;gt; Select Dimension and Expression -&amp;gt; that is ColA in example if you have working application do it same there -&amp;gt; and then check mark Show Partial Sums -&amp;gt; Subtotals on Top / Subtotals at Bottom then you see the Column Heading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached sample file with different variation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 10:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306871#M113359</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-02T10:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306872#M113360</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;You can set the expression like below to hide "0" values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Hours=0,'',Hours)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(HrsBill=0,'',HrsBill)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Non Bill]=0,'',[Non Bill])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you were looking for the above expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 12:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306872#M113360</guid>
      <dc:creator />
      <dc:date>2011-10-02T12:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306873#M113361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 03:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306873#M113361</guid>
      <dc:creator />
      <dc:date>2012-06-18T03:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide zero values in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306874#M113362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, it can solve !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 03:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-zero-values-in-a-pivot-table-chart/m-p/306874#M113362</guid>
      <dc:creator />
      <dc:date>2012-06-18T03:25:45Z</dc:date>
    </item>
  </channel>
</rss>

