<?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: Show/ Hide complete column with 'Null' or 'no Values' in straight Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-Hide-complete-column-with-Null-or-no-Values-in-straight/m-p/1773507#M59902</link>
    <description>&lt;P&gt;Check these&lt;/P&gt;&lt;P&gt;Que 1: However, I need to hide 'Request Type' column whenever there is no data/ null.&lt;/P&gt;&lt;P&gt;- Check "Supress When value is null" is one option&lt;/P&gt;&lt;P&gt;- May be write calculated condition : &lt;STRONG&gt;If(Len([Request Type])&amp;gt;0,&amp;nbsp;[Request Type])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Que 2: Hide 'Request Category' column whenever it is Null (Empty space and '-' as well)&lt;/P&gt;&lt;P&gt;- Enable Calculate condition for Coulmn.If like... &lt;STRONG&gt;If(IsNull([Request Category]), 0,1)&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2021 20:08:54 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2021-01-11T20:08:54Z</dc:date>
    <item>
      <title>Show/ Hide complete column with 'Null' or 'no Values' in straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-complete-column-with-Null-or-no-Values-in-straight/m-p/1773471#M59898</link>
      <description>&lt;P&gt;Show/ Hide complete column with 'Null' or 'no Values' in straight Table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actual :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sashokku_2-1610387820831.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46777i70203F14ADE98BA3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sashokku_2-1610387820831.png" alt="sashokku_2-1610387820831.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to hide the 'Salary' column using the condition Count(Salary)&amp;gt;0 or Sum(Salary)&amp;gt;0. (Not sure if it is right but it works)&lt;/P&gt;&lt;P&gt;Que 1: However, I need to hide 'Request Type' column whenever there is no data/ null.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Que 2: Hide 'Request Category' column whenever it is Null (Empty space and '-' as well)&lt;/P&gt;&lt;P&gt;Required:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sashokku_1-1610387797541.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46776i6351DD3FC994F71B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sashokku_1-1610387797541.png" alt="sashokku_1-1610387797541.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-complete-column-with-Null-or-no-Values-in-straight/m-p/1773471#M59898</guid>
      <dc:creator>santho_ak</dc:creator>
      <dc:date>2024-11-16T17:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show/ Hide complete column with 'Null' or 'no Values' in straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-complete-column-with-Null-or-no-Values-in-straight/m-p/1773507#M59902</link>
      <description>&lt;P&gt;Check these&lt;/P&gt;&lt;P&gt;Que 1: However, I need to hide 'Request Type' column whenever there is no data/ null.&lt;/P&gt;&lt;P&gt;- Check "Supress When value is null" is one option&lt;/P&gt;&lt;P&gt;- May be write calculated condition : &lt;STRONG&gt;If(Len([Request Type])&amp;gt;0,&amp;nbsp;[Request Type])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Que 2: Hide 'Request Category' column whenever it is Null (Empty space and '-' as well)&lt;/P&gt;&lt;P&gt;- Enable Calculate condition for Coulmn.If like... &lt;STRONG&gt;If(IsNull([Request Category]), 0,1)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 20:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-complete-column-with-Null-or-no-Values-in-straight/m-p/1773507#M59902</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-11T20:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Show/ Hide complete column with 'Null' or 'no Values' in straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-complete-column-with-Null-or-no-Values-in-straight/m-p/1773532#M59906</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;. For Que 2, its not working.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 20:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-complete-column-with-Null-or-no-Values-in-straight/m-p/1773532#M59906</guid>
      <dc:creator>santho_ak</dc:creator>
      <dc:date>2021-01-11T20:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Show/ Hide complete column with 'Null' or 'no Values' in straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-complete-column-with-Null-or-no-Values-in-straight/m-p/1773615#M59911</link>
      <description>&lt;P&gt;My case it is working, check once&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 08:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-complete-column-with-Null-or-no-Values-in-straight/m-p/1773615#M59911</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-12T08:14:01Z</dc:date>
    </item>
  </channel>
</rss>

