<?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 null rows in pivot table / QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-null-rows-in-pivot-table-QlikView/m-p/1557284#M440983</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.JPG" style="width: 330px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/8158iF25AD74C1281B36F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;The result is this (not great, but I think the better solution lies in scripting)&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2019 15:44:13 GMT</pubDate>
    <dc:creator>GuyIncognito</dc:creator>
    <dc:date>2019-03-15T15:44:13Z</dc:date>
    <item>
      <title>Hide null rows in pivot table / QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-null-rows-in-pivot-table-QlikView/m-p/1556935#M440951</link>
      <description>&lt;P&gt;Hi Qlik Community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to show in a pivot table the products that are Out of stock at least once on the selected period&amp;nbsp;&lt;/P&gt;&lt;P&gt;here's an exemple:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;LOAD * Inline [ Prod , status , stock , week&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;123, 'Out' , -10 , 201910&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;123, 'In'&amp;nbsp; ,&amp;nbsp; 10&amp;nbsp; , 201911&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;345,'Out'&amp;nbsp; , -20 , 201910&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;345, 'Out', -30 , 201911&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;789,'In' , 10 , 201910&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; 123, 'In' , 10 , 201912&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;345, 'In', 30 , 201912&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; 789,'In' , 10 , 201911&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; 789,'In' , 10 , 201912&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;];&lt;/DIV&gt;&lt;DIV&gt;i want to show in my pivot table only the products 123 and 345&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;when i use this expression:&lt;DIV&gt;if ( Count(DISTINCT TOTAL&amp;lt;Prod&amp;gt; status) &amp;gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp;,sum( stock))&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;it shows 123 and 345 but it shows also 789 with null symbol&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does anyone how to fix it ?&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;PS: if i check 'Supress Zero Values' it will supress the null values and 0 values also and this is not what i want, i want to see the zeros in my table&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please tell me if you think that you know the solution to this problem&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for your help&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-null-rows-in-pivot-table-QlikView/m-p/1556935#M440951</guid>
      <dc:creator>Jing</dc:creator>
      <dc:date>2024-11-16T04:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hide null rows in pivot table / QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-null-rows-in-pivot-table-QlikView/m-p/1557257#M440978</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;If you need to use expressions only and are in a hurry, a clunky way might be to add another expression that acts as a counter:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;=&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;if&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;isnum&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;if&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;Count&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;DISTINCT&lt;/FONT&gt; &lt;FONT color="#0000ff" size="1"&gt;TOTAL&lt;/FONT&gt;&lt;FONT size="1"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;Prod&lt;/FONT&gt;&lt;FONT size="1"&gt;&amp;gt; &lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;status&lt;/FONT&gt;&lt;FONT size="1"&gt;) &amp;gt;1,&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;sum&lt;/FONT&gt;&lt;FONT size="1"&gt;({&amp;lt;&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;status&lt;/FONT&gt;&lt;FONT size="1"&gt;={'Out'}&amp;gt;}&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;stock&lt;/FONT&gt;&lt;FONT size="1"&gt;))),1,0) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Then suppress zeros and it will only show any rows where your original expression results in a number.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I'm sure there&amp;nbsp;is a more elegant way though!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 14:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-null-rows-in-pivot-table-QlikView/m-p/1557257#M440978</guid>
      <dc:creator>GuyIncognito</dc:creator>
      <dc:date>2019-03-15T14:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide null rows in pivot table / QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-null-rows-in-pivot-table-QlikView/m-p/1557258#M440979</link>
      <description>Hi,&lt;BR /&gt;Thank you for your reply&lt;BR /&gt;I don't want to supress zeros, i want to see my product when the stock is 0&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Mar 2019 14:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-null-rows-in-pivot-table-QlikView/m-p/1557258#M440979</guid>
      <dc:creator>Jing</dc:creator>
      <dc:date>2019-03-15T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hide null rows in pivot table / QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-null-rows-in-pivot-table-QlikView/m-p/1557284#M440983</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.JPG" style="width: 330px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/8158iF25AD74C1281B36F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;The result is this (not great, but I think the better solution lies in scripting)&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 15:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-null-rows-in-pivot-table-QlikView/m-p/1557284#M440983</guid>
      <dc:creator>GuyIncognito</dc:creator>
      <dc:date>2019-03-15T15:44:13Z</dc:date>
    </item>
  </channel>
</rss>

