<?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: Help with Conditional hiding table or object in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-with-Conditional-hiding-table-or-object-in-Qlik-Sense/m-p/2517120#M105877</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/143335"&gt;@Qlikuser225&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can add a calculation condition to the table (or show condition if you are using containers) which does something like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=getpossiblecount(Month) = 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It would be better if the month field was a Month/Year field, otherwise if someone selected three months from a filter then the table would show. Actually, that would still be true if someone selected three month/year values, so to bulletproof the above you could have:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=getpossiblecount(Month) = 3 and max(Month) - min(Month) &amp;lt;= 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Or, if you had a month/year field it would be:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=getpossiblecount(MonthYear) = 3 and max(MonthYear) &amp;lt;= addmonths(min(MonthYear),2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
    <pubDate>Thu, 08 May 2025 11:06:07 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2025-05-08T11:06:07Z</dc:date>
    <item>
      <title>Help with Conditional hiding table or object in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Conditional-hiding-table-or-object-in-Qlik-Sense/m-p/2516850#M105837</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Can anyone please help me to with below&lt;/P&gt;&lt;P&gt;Year-Quater&amp;nbsp; Month&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2025-Q1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Jan&lt;/P&gt;&lt;P&gt;2025-Q1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Feb&lt;/P&gt;&lt;P&gt;2025-Q1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mar&lt;/P&gt;&lt;P&gt;2025-Q2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Apr&lt;/P&gt;&lt;P&gt;2025-Q2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&lt;/P&gt;&lt;P&gt;2025-Q2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to show a table only when all the months in selected Quarter is available in the data.&lt;/P&gt;&lt;P&gt;If User select 2025-Q1 then i can show table because (Jan,Feb,Mar is there in data), but if user select 2025-Q2 i want to hide table since only Apr is there but not May and Jun.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 14:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Conditional-hiding-table-or-object-in-Qlik-Sense/m-p/2516850#M105837</guid>
      <dc:creator>Qlikuser225</dc:creator>
      <dc:date>2025-05-06T14:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Conditional hiding table or object in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Conditional-hiding-table-or-object-in-Qlik-Sense/m-p/2516973#M105855</link>
      <description>&lt;P&gt;there are two approaches for this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;first&lt;/STRONG&gt;:&lt;BR /&gt;you can create the following calculated dimension:&lt;BR /&gt;=aggr(only({&amp;lt;[Year-Quater]={"=aggr(count(distinct Month),[Year-Quater]) = 3"}&amp;gt;}[Year-Quater]),[Year-Quater])&lt;BR /&gt;&lt;BR /&gt;it shows the year-quarter where all months in the quarter got data i.e. 3 months per quarter&lt;BR /&gt;then you can use whatever expression you need to show:&lt;BR /&gt;the result is as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ali_hijazi_0-1746618882648.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/180289i6CF8286D7CE5423C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ali_hijazi_0-1746618882648.png" alt="ali_hijazi_0-1746618882648.png" /&gt;&lt;/span&gt;&lt;BR /&gt;finally you need to uncheck the include null values in the pivot table or anyother chart&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ali_hijazi_0-1746619144774.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/180290i221BC9F526A8E503/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ali_hijazi_0-1746619144774.png" alt="ali_hijazi_0-1746619144774.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Second&lt;/STRONG&gt;&lt;BR /&gt;you can add the Year-Quarter as a normal dimension and in your expression you include the condition on the quarter whose all months got data:&lt;BR /&gt;=count({&amp;lt;[Year-Quater]={"=aggr(count(distinct Month),[Year-Quater]) = 3"}&amp;gt;}Month)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ali_hijazi_1-1746619475693.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/180291i99ADEEA2D829C483/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ali_hijazi_1-1746619475693.png" alt="ali_hijazi_1-1746619475693.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 12:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Conditional-hiding-table-or-object-in-Qlik-Sense/m-p/2516973#M105855</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2025-05-07T12:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Conditional hiding table or object in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Conditional-hiding-table-or-object-in-Qlik-Sense/m-p/2517120#M105877</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/143335"&gt;@Qlikuser225&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can add a calculation condition to the table (or show condition if you are using containers) which does something like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=getpossiblecount(Month) = 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It would be better if the month field was a Month/Year field, otherwise if someone selected three months from a filter then the table would show. Actually, that would still be true if someone selected three month/year values, so to bulletproof the above you could have:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=getpossiblecount(Month) = 3 and max(Month) - min(Month) &amp;lt;= 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Or, if you had a month/year field it would be:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=getpossiblecount(MonthYear) = 3 and max(MonthYear) &amp;lt;= addmonths(min(MonthYear),2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 11:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Conditional-hiding-table-or-object-in-Qlik-Sense/m-p/2517120#M105877</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2025-05-08T11:06:07Z</dc:date>
    </item>
  </channel>
</rss>

