<?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: How to hide empty columns in QlikSense pivot table? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528259#M107512</link>
    <description>&lt;P&gt;Unticked the null value in your dimension and data manipulation for the null values.&lt;/P&gt;&lt;P&gt;I might work for you&lt;/P&gt;</description>
    <pubDate>Mon, 25 Aug 2025 07:40:48 GMT</pubDate>
    <dc:creator>CHRIS_Singa</dc:creator>
    <dc:date>2025-08-25T07:40:48Z</dc:date>
    <item>
      <title>How to hide empty columns in QlikSense pivot table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528258#M107511</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="niranjana_0-1756105717632.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183114i88A27D3950EC3070/image-size/medium?v=v2&amp;amp;px=400" role="button" title="niranjana_0-1756105717632.png" alt="niranjana_0-1756105717632.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Above is a QlikSense pivot table. The measure exp is&amp;nbsp; :&amp;nbsp;&lt;/P&gt;&lt;P&gt;=if(monthname(Today()) = MonthYear,&lt;/P&gt;&lt;P&gt;Sum( total &amp;lt;Field1,Field2&amp;gt; { &amp;lt; MonthYear={"$(=monthname(Max(MonthYear)))" }&amp;gt;}visits)&lt;BR /&gt;-&lt;BR /&gt;Sum(total &amp;lt;Field1,Field2&amp;gt; { &amp;lt; MonthYear={"$(=monthname(Max(MonthYear)-1))"}&amp;gt;}visits)&lt;BR /&gt;,&lt;/P&gt;&lt;P&gt;text('')&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the values correct. But those empty columns are not getting hidden. I want to hide all months with empty cells except the maximum/current month.&lt;/P&gt;&lt;P&gt;Tried for more than 3 hrs but couldn't think of any idea. &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated. Thanks in advance!!&lt;/P&gt;&lt;P&gt;Niranjana&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 07:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528258#M107511</guid>
      <dc:creator>niranjana</dc:creator>
      <dc:date>2025-08-25T07:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide empty columns in QlikSense pivot table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528259#M107512</link>
      <description>&lt;P&gt;Unticked the null value in your dimension and data manipulation for the null values.&lt;/P&gt;&lt;P&gt;I might work for you&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 07:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528259#M107512</guid>
      <dc:creator>CHRIS_Singa</dc:creator>
      <dc:date>2025-08-25T07:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide empty columns in QlikSense pivot table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528260#M107513</link>
      <description>&lt;P&gt;Hi , yes unchecked those but still not working....&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 07:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528260#M107513</guid>
      <dc:creator>niranjana</dc:creator>
      <dc:date>2025-08-25T07:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide empty columns in QlikSense pivot table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528261#M107514</link>
      <description>&lt;P&gt;When I look at the expression. You used IF fucntion.&lt;/P&gt;&lt;P&gt;And last condition is Text(' ') → This means that others columns are filled with space.&lt;/P&gt;&lt;P&gt;Try to remove and unticked everything&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 07:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528261#M107514</guid>
      <dc:creator>CHRIS_Singa</dc:creator>
      <dc:date>2025-08-25T07:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide empty columns in QlikSense pivot table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528271#M107515</link>
      <description>&lt;P&gt;Thanks for reply . Removed text(). and changed measure exp to this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;=if(MonthYear = monthname(Today()),&lt;/P&gt;&lt;P&gt;Sum( total &amp;lt;platform,journey_name&amp;gt; { &amp;lt; MonthYear={"$(=monthname(Max(MonthYear)))" }&amp;gt;}visits)&lt;BR /&gt;-&lt;BR /&gt;Sum(total &amp;lt;platform,journey_name&amp;gt; { &amp;lt; MonthYear={"$(=monthname(Max(MonthYear)-1))"}&amp;gt;}visits)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;Removed all conditional shows and unticked all "include null values" boxes. Still getting like this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="niranjana_0-1756111029023.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183117i33E935D9613B7545/image-size/medium?v=v2&amp;amp;px=400" role="button" title="niranjana_0-1756111029023.png" alt="niranjana_0-1756111029023.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also , there is sum(Sales) which I must show for all months...I think its because of this second measure....&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 09:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528271#M107515</guid>
      <dc:creator>niranjana</dc:creator>
      <dc:date>2025-08-25T09:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide empty columns in QlikSense pivot table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528281#M107518</link>
      <description>&lt;P&gt;Hi Niranjan,&lt;/P&gt;
&lt;P&gt;Try with below expeassion.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="georgia,palatino"&gt;&lt;STRONG&gt;alt(&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="georgia,palatino"&gt;&lt;STRONG&gt;if(MonthYear = monthname(Today()),&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="georgia,palatino"&gt;&lt;STRONG&gt;Sum( total &amp;lt;platform,journey_name&amp;gt; { &amp;lt; MonthYear={"$(=monthname(Max(MonthYear)))" }&amp;gt;}visits)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="georgia,palatino"&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="georgia,palatino"&gt;&lt;STRONG&gt;Sum(total &amp;lt;platform,journey_name&amp;gt; { &amp;lt; MonthYear={"$(=monthname(Max(MonthYear)-1))"}&amp;gt;}visits)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="georgia,palatino"&gt;&lt;STRONG&gt;),0)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;With the help of alt function it will retrun as 0 and from add-ons just uncheck the include zero values.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 09:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528281#M107518</guid>
      <dc:creator>Amit_Prajapati</dc:creator>
      <dc:date>2025-08-25T09:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide empty columns in QlikSense pivot table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528374#M107533</link>
      <description>&lt;P&gt;Hi, Tried that as well... The cells show 0 but not getting hidden even after unchecking add-on box...&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 03:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528374#M107533</guid>
      <dc:creator>niranjana</dc:creator>
      <dc:date>2025-08-26T03:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide empty columns in QlikSense pivot table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528380#M107534</link>
      <description>&lt;P&gt;Hi Niranjan,&lt;/P&gt;
&lt;P&gt;You can also create an Master dimenstion as below.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(MonthYear = monthname(Today()),Month Year)&amp;nbsp;&lt;/STRONG&gt;this will return you the month name as Aug 2025 and for other month Year will be - (null) from dimention you can also uncheck the include null values.&lt;/P&gt;
&lt;P&gt;Just try once and let me know if it's still not working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 05:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528380#M107534</guid>
      <dc:creator>Amit_Prajapati</dc:creator>
      <dc:date>2025-08-26T05:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide empty columns in QlikSense pivot table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528395#M107538</link>
      <description>&lt;P&gt;Hi , Thanks for your help. But it is still not working... I think its because of second measure : "total vis" which I must display for all months.....&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 07:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528395#M107538</guid>
      <dc:creator>niranjana</dc:creator>
      <dc:date>2025-08-26T07:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide empty columns in QlikSense pivot table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528416#M107540</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I also tried the shared one and it's working fine.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;&lt;STRONG&gt;if(YearMonth = monthname(Today()),YearMonth)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Before :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amit_Prajapati_1-1756201540009.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183147iA4499E64C1509577/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Amit_Prajapati_1-1756201540009.png" alt="Amit_Prajapati_1-1756201540009.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;After :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amit_Prajapati_0-1756201406412.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183146i5FD2E95747496337/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Amit_Prajapati_0-1756201406412.png" alt="Amit_Prajapati_0-1756201406412.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 09:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528416#M107540</guid>
      <dc:creator>Amit_Prajapati</dc:creator>
      <dc:date>2025-08-26T09:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide empty columns in QlikSense pivot table?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528421#M107541</link>
      <description>&lt;P&gt;Thanks but not working......&lt;/P&gt;&lt;P&gt;Hence, I will make it more clear.... in this normal qliksense pivot table : I have two dimenions : field 1 and field 2 . Column is MonthYear..... And there are two measures: sum(sales) [which I must display for all months] and second measure is month-on- month variance which I must display only for last i.e. current month....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting values for MoM variance (for Aug 2025) but other months for this measure are showing empty values....I want to hide these months for which variance must not be caculated : i.e. : April to July I need to hide for this measure.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Advance thanks for any ideas &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 10:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-empty-columns-in-QlikSense-pivot-table/m-p/2528421#M107541</guid>
      <dc:creator>niranjana</dc:creator>
      <dc:date>2025-08-26T10:49:14Z</dc:date>
    </item>
  </channel>
</rss>

