<?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 can we hide entire row where expression value is null in a straight table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/can-we-hide-entire-row-where-expression-value-is-null-in-a/m-p/1865917#M71477</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I have a list of columns where we have expression as a column as well in a straight table. some of this expression value is nulls. How can i hide these rows where this expression gives null values.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Dec 2021 10:07:14 GMT</pubDate>
    <dc:creator>vish123</dc:creator>
    <dc:date>2021-12-02T10:07:14Z</dc:date>
    <item>
      <title>can we hide entire row where expression value is null in a straight table</title>
      <link>https://community.qlik.com/t5/App-Development/can-we-hide-entire-row-where-expression-value-is-null-in-a/m-p/1865917#M71477</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I have a list of columns where we have expression as a column as well in a straight table. some of this expression value is nulls. How can i hide these rows where this expression gives null values.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 10:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/can-we-hide-entire-row-where-expression-value-is-null-in-a/m-p/1865917#M71477</guid>
      <dc:creator>vish123</dc:creator>
      <dc:date>2021-12-02T10:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: can we hide entire row where expression value is null in a straight table</title>
      <link>https://community.qlik.com/t5/App-Development/can-we-hide-entire-row-where-expression-value-is-null-in-a/m-p/1865952#M71481</link>
      <description>&lt;P&gt;You can't directly hide a row just because one (of several) expressions is null, as far as I know.&lt;/P&gt;
&lt;P&gt;You can either use the same calculation to nullify all of the other expressions using an if() condition, e.g. if the null expression is Only(FieldName) then your other expressions might be:&lt;/P&gt;
&lt;P&gt;Sum(Sales)*if(IsNull(Only(FieldName)),null(),1)&lt;/P&gt;
&lt;P&gt;Or you could nullify one of your dimensions and then use "Hide null values" on that dimension.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 10:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/can-we-hide-entire-row-where-expression-value-is-null-in-a/m-p/1865952#M71481</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-02T10:57:20Z</dc:date>
    </item>
  </channel>
</rss>

