<?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 a row in a straight table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Hide-a-row-in-a-straight-table/m-p/2455232#M98403</link>
    <description>&lt;P&gt;You could try something like that in your first dimension (assuming the field used is Dimension1):&lt;/P&gt;
&lt;PRE&gt;if([R&lt;SPAN&gt;isk value]='N/A', null(), [Dimension1])&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;And remember to uncheck "Include null values"&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2024 13:23:49 GMT</pubDate>
    <dc:creator>rodrigo_martins</dc:creator>
    <dc:date>2024-05-22T13:23:49Z</dc:date>
    <item>
      <title>Hide a row in a straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-a-row-in-a-straight-table/m-p/2455181#M98397</link>
      <description>&lt;P&gt;Is it possible to hide a row within a straight table?&lt;/P&gt;
&lt;P&gt;I have a High Risk Table which currently shows all items but I want it only to show those which match a risk value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Possible values are High, Low, and N/A&lt;/P&gt;
&lt;P&gt;I want to hide all of the N/A ones.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Mark.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 12:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-a-row-in-a-straight-table/m-p/2455181#M98397</guid>
      <dc:creator>Markbhai</dc:creator>
      <dc:date>2024-05-22T12:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a row in a straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-a-row-in-a-straight-table/m-p/2455187#M98399</link>
      <description>&lt;P&gt;Can you show us your table ?&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 12:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-a-row-in-a-straight-table/m-p/2455187#M98399</guid>
      <dc:creator>theoat</dc:creator>
      <dc:date>2024-05-22T12:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a row in a straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-a-row-in-a-straight-table/m-p/2455232#M98403</link>
      <description>&lt;P&gt;You could try something like that in your first dimension (assuming the field used is Dimension1):&lt;/P&gt;
&lt;PRE&gt;if([R&lt;SPAN&gt;isk value]='N/A', null(), [Dimension1])&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;And remember to uncheck "Include null values"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 13:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-a-row-in-a-straight-table/m-p/2455232#M98403</guid>
      <dc:creator>rodrigo_martins</dc:creator>
      <dc:date>2024-05-22T13:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a row in a straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-a-row-in-a-straight-table/m-p/2455302#M98407</link>
      <description>&lt;P&gt;My final expression was:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=IF([DPIA Status] &amp;lt;&amp;gt; 'N/A', [DPIA Status])&lt;/P&gt;
&lt;P&gt;This rmoved the whole row once the 'Include Null Values' was un checked.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 22 May 2024 14:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-a-row-in-a-straight-table/m-p/2455302#M98407</guid>
      <dc:creator>Markbhai</dc:creator>
      <dc:date>2024-05-22T14:56:54Z</dc:date>
    </item>
  </channel>
</rss>

