<?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: Hide null expression rows by enabling conditional in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-null-expression-rows-by-enabling-conditional/m-p/1911265#M1218143</link>
    <description>&lt;P&gt;Is it necessary to have multiple rows to show the different teams? You can use&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;=if(count(distinct Team)&amp;gt;2,concat(Team,', '))&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;to show the teams in one field. Looks like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marijn_0-1648563162867.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75625iF37F67A252BEBCB7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marijn_0-1648563162867.png" alt="Marijn_0-1648563162867.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 14:13:26 GMT</pubDate>
    <dc:creator>Marijn</dc:creator>
    <dc:date>2022-03-29T14:13:26Z</dc:date>
    <item>
      <title>Hide null expression rows by enabling conditional</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-null-expression-rows-by-enabling-conditional/m-p/1908451#M1218009</link>
      <description>&lt;P&gt;I would like to show a list of names who are assigned to &amp;gt;2 teams.&amp;nbsp; &amp;nbsp;My data is as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DKjewelry_0-1647994322282.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75094iF574D1A6F48E3D8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DKjewelry_0-1647994322282.png" alt="DKjewelry_0-1647994322282.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is what I'd like my table to look like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DKjewelry_2-1647994544927.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75096i7409B0ECBC4D619E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DKjewelry_2-1647994544927.png" alt="DKjewelry_2-1647994544927.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I built a pivot table trying to work my way into the view above.&amp;nbsp; This is what I have so far:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DKjewelry_3-1647994630721.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75097i0CB5119697FF1D1B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DKjewelry_3-1647994630721.png" alt="DKjewelry_3-1647994630721.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used an expression to calculate the count of teams each person is assigned to:&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;=count( distinct total &amp;lt;xName&amp;gt; xteam )&lt;/P&gt;
&lt;P&gt;I used another expression to reflect only those names with &amp;gt;2 teams, setting the rest to null():&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=if( count( distinct total &amp;lt;xName&amp;gt; xteam)&amp;gt;2,xteam,null() ) &lt;/P&gt;
&lt;P&gt;Using this information, I was trying to work my way to hide the null rows with 1 or 2 teams, but couldn't figure out the right expression to use in the Conditional box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would greatly appreciate any ideas!&amp;nbsp; Thank you.&amp;nbsp; Attached is the sample .qvw file&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 00:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-null-expression-rows-by-enabling-conditional/m-p/1908451#M1218009</guid>
      <dc:creator>DKjewelry</dc:creator>
      <dc:date>2022-03-23T00:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hide null expression rows by enabling conditional</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-null-expression-rows-by-enabling-conditional/m-p/1911265#M1218143</link>
      <description>&lt;P&gt;Is it necessary to have multiple rows to show the different teams? You can use&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;=if(count(distinct Team)&amp;gt;2,concat(Team,', '))&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;to show the teams in one field. Looks like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marijn_0-1648563162867.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75625iF37F67A252BEBCB7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marijn_0-1648563162867.png" alt="Marijn_0-1648563162867.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 14:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-null-expression-rows-by-enabling-conditional/m-p/1911265#M1218143</guid>
      <dc:creator>Marijn</dc:creator>
      <dc:date>2022-03-29T14:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide null expression rows by enabling conditional</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-null-expression-rows-by-enabling-conditional/m-p/1913336#M1218273</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/136411"&gt;@Marijn&lt;/a&gt;&amp;nbsp;!&amp;nbsp; This worked great!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 17:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-null-expression-rows-by-enabling-conditional/m-p/1913336#M1218273</guid>
      <dc:creator>DKjewelry</dc:creator>
      <dc:date>2022-04-01T17:44:09Z</dc:date>
    </item>
  </channel>
</rss>

