<?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 columns depending of the columns names / Pivot table ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-hide-columns-depending-of-the-columns-names-Pivot-table/m-p/1981072#M80959</link>
    <description>&lt;P&gt;Hello, thanks, I tried that &amp;amp; different combinations, it's still the same...&lt;/P&gt;
&lt;P&gt;thanks for your help anyway&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 16:18:45 GMT</pubDate>
    <dc:creator>hub</dc:creator>
    <dc:date>2022-09-14T16:18:45Z</dc:date>
    <item>
      <title>How to hide columns depending of the columns names / Pivot table ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-columns-depending-of-the-columns-names-Pivot-table/m-p/1978199#M80749</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone knows how to do that ?&lt;/P&gt;
&lt;P&gt;I'm trying to mask or show the month depending of the year (show the month split for the current year but only show the total for next year). I guess that it can be done with a condition somewhere...&lt;/P&gt;
&lt;P&gt;My columns has 2 fields "Year" and "Month", so I'm trying to customize the month field with "show column only if" but with no luck...&lt;/P&gt;
&lt;P&gt;Any idea ?&lt;/P&gt;
&lt;P&gt;Result expected :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hub_0-1662563121426.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/88523i28A2863BABD2FA3F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hub_0-1662563121426.png" alt="hub_0-1662563121426.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Columns fields for the pivot :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hub_1-1662563201495.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/88524iF7B37C35C8D8A7A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hub_1-1662563201495.png" alt="hub_1-1662563201495.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Settings of the "Months" columns, with total and trying to customize the "show the columns only if"....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hub_2-1662563266036.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/88525i476ECCD23DF8CA78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hub_2-1662563266036.png" alt="hub_2-1662563266036.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 15:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-columns-depending-of-the-columns-names-Pivot-table/m-p/1978199#M80749</guid>
      <dc:creator>hub</dc:creator>
      <dc:date>2022-09-07T15:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide columns depending of the columns names / Pivot table ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-columns-depending-of-the-columns-names-Pivot-table/m-p/1978487#M80764</link>
      <description>&lt;P&gt;the show/hide condition will hide the entire dimension not values&lt;/P&gt;
&lt;P&gt;You need to use a Calculated Dimension as below&lt;/P&gt;
&lt;P&gt;Dim1: =Yearfield&lt;/P&gt;
&lt;P&gt;Dim2: =Aggr(if(Yearfield=Year(Today()),Monthfield,'TOTAL'),Yearfield,Monthfield)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 07:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-columns-depending-of-the-columns-names-Pivot-table/m-p/1978487#M80764</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-09-08T07:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide columns depending of the columns names / Pivot table ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-columns-depending-of-the-columns-names-Pivot-table/m-p/1980458#M80915</link>
      <description>&lt;P&gt;Hey Vineeth, thanks !&lt;/P&gt;
&lt;P&gt;Sorry I didn't had a chance to review your answer before.&lt;/P&gt;
&lt;P&gt;I just tested it and it works well, but now, I would like to hide the multiple "0" columns which makes no sense in that context : for example in the A22 columsn (which means actuals 2022) having the month is excellent; however I would like to hide 2023/2024/2025.&lt;/P&gt;
&lt;P&gt;As I have several values, it duplicated uneeded columns without content...&lt;/P&gt;
&lt;P&gt;any idea how to fix that ?&lt;/P&gt;
&lt;P&gt;thanks for your great support !&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/89006i5AC96F08FDCA9FB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/89007i8567887C9E03F59B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; "Year-Month" syntax :&lt;/P&gt;
&lt;P&gt;=aggr(if(YearField&amp;lt;year(today())+1,MonthField &amp;amp; '&amp;nbsp; ' &amp;amp; YearFiled, YearField), YearField, MonthField)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 14:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-columns-depending-of-the-columns-names-Pivot-table/m-p/1980458#M80915</guid>
      <dc:creator>hub</dc:creator>
      <dc:date>2022-09-13T14:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide columns depending of the columns names / Pivot table ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-columns-depending-of-the-columns-names-Pivot-table/m-p/1980706#M80931</link>
      <description>&lt;P&gt;Change to below&lt;/P&gt;
&lt;P&gt; "Year-Month" syntax :&lt;/P&gt;
&lt;P&gt;=aggr(if(YearField&amp;lt;year(today())+1,MonthField &amp;amp; '&amp;nbsp; ' &amp;amp; YearFiled,&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt; '-')&lt;/STRONG&gt;&lt;/FONT&gt;, YearField, MonthField)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Also under Add-Ons &amp;gt;&amp;gt; Data Handling &amp;gt;&amp;gt; Uncheck include zero values&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 06:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-columns-depending-of-the-columns-names-Pivot-table/m-p/1980706#M80931</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-09-14T06:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide columns depending of the columns names / Pivot table ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-hide-columns-depending-of-the-columns-names-Pivot-table/m-p/1981072#M80959</link>
      <description>&lt;P&gt;Hello, thanks, I tried that &amp;amp; different combinations, it's still the same...&lt;/P&gt;
&lt;P&gt;thanks for your help anyway&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 16:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-hide-columns-depending-of-the-columns-names-Pivot-table/m-p/1981072#M80959</guid>
      <dc:creator>hub</dc:creator>
      <dc:date>2022-09-14T16:18:45Z</dc:date>
    </item>
  </channel>
</rss>

