<?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: [Solved] How to hide column whith only null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Solved-How-to-hide-column-whith-only-null-values/m-p/1955863#M1219909</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marcel_Garcia_0-1657801950524.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84185iD4261E8A02E64239/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marcel_Garcia_0-1657801950524.png" alt="Marcel_Garcia_0-1657801950524.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jul 2022 12:32:42 GMT</pubDate>
    <dc:creator>Marcel_Garcia</dc:creator>
    <dc:date>2022-07-14T12:32:42Z</dc:date>
    <item>
      <title>[Solved] How to hide column whith only null values</title>
      <link>https://community.qlik.com/t5/QlikView/Solved-How-to-hide-column-whith-only-null-values/m-p/160096#M34481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;In a simple chart I would like to hide column only if it contain only null values.&lt;/P&gt;&lt;P&gt;It's easy to hide column with conditionnal expression.&lt;/P&gt;&lt;P&gt;The problem is how to know there is only null values in column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 13:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Solved-How-to-hide-column-whith-only-null-values/m-p/160096#M34481</guid>
      <dc:creator />
      <dc:date>2010-08-13T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re. :How to hide column whith only null values</title>
      <link>https://community.qlik.com/t5/QlikView/Solved-How-to-hide-column-whith-only-null-values/m-p/160097#M34482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;conditionnal expression :&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;if(sum(TOTAL Field)=null(),1,0)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 13:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Solved-How-to-hide-column-whith-only-null-values/m-p/160097#M34482</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-08-13T13:38:50Z</dc:date>
    </item>
    <item>
      <title>Re. :How to hide column whith only null values</title>
      <link>https://community.qlik.com/t5/QlikView/Solved-How-to-hide-column-whith-only-null-values/m-p/160098#M34483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;Thanks for this answer.&lt;/PRE&gt;&lt;PRE&gt;sum(TOTAL Field) returns 0 with only null values.&lt;/PRE&gt;&lt;PRE&gt;This works better for me :&lt;/PRE&gt;&lt;PRE&gt;&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt; if(sum(TOTAL Field)=0,false(),true())&lt;/PRE&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 14:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Solved-How-to-hide-column-whith-only-null-values/m-p/160098#M34483</guid>
      <dc:creator />
      <dc:date>2010-08-13T14:02:38Z</dc:date>
    </item>
    <item>
      <title>How to hide column whith only null values</title>
      <link>https://community.qlik.com/t5/QlikView/Solved-How-to-hide-column-whith-only-null-values/m-p/160099#M34484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The problem is that he want to supress a Column and not a Row. When show zero values in all columns the rows are supress but he want just the column needed to supress.&lt;/P&gt;&lt;P&gt;If your chart is Straigth Table, in properties -&amp;gt; Presentation, have a option to show conditional the column, but in pivot table doesn't exist this parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 14:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Solved-How-to-hide-column-whith-only-null-values/m-p/160099#M34484</guid>
      <dc:creator />
      <dc:date>2010-08-13T14:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: [Solved] How to hide column whith only null values</title>
      <link>https://community.qlik.com/t5/QlikView/Solved-How-to-hide-column-whith-only-null-values/m-p/1955863#M1219909</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marcel_Garcia_0-1657801950524.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84185iD4261E8A02E64239/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marcel_Garcia_0-1657801950524.png" alt="Marcel_Garcia_0-1657801950524.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 12:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Solved-How-to-hide-column-whith-only-null-values/m-p/1955863#M1219909</guid>
      <dc:creator>Marcel_Garcia</dc:creator>
      <dc:date>2022-07-14T12:32:42Z</dc:date>
    </item>
  </channel>
</rss>

