<?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: Not show rows with Null in straight table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-show-rows-with-Null-in-straight-table/m-p/1122648#M907185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, I have two expressions so should be ok&lt;/P&gt;&lt;P&gt;Are you sure the above works? it gives me -1 for all cells in the table...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jun 2016 17:45:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-27T17:45:49Z</dc:date>
    <item>
      <title>Not show rows with Null in straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Not-show-rows-with-Null-in-straight-table/m-p/1122646#M907183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make Qlikview not show rows that contain null in the straight table? Can't find the option in properties!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table object, There is "Omit Rows Where Field is NULL" in presentation properties, but I'm using a straight table and can't find the same option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-show-rows-with-Null-in-straight-table/m-p/1122646#M907183</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Not show rows with Null in straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Not-show-rows-with-Null-in-straight-table/m-p/1122647#M907184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many expressions are you using here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to force null all the expressions where they are not getting null. For example, if you have two expressions and you want to exclude null rows for both of them, then you need to use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(Exp1)) &amp;gt; 0, Len(Trim(Exp2)) &amp;gt; 0, Exp1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;If(Len(Trim(Exp1)) &amp;gt; 0, Len(Trim(Exp2)) &amp;gt; 0, Exp2)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 17:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-show-rows-with-Null-in-straight-table/m-p/1122647#M907184</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-27T17:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Not show rows with Null in straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Not-show-rows-with-Null-in-straight-table/m-p/1122648#M907185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, I have two expressions so should be ok&lt;/P&gt;&lt;P&gt;Are you sure the above works? it gives me -1 for all cells in the table...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 17:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-show-rows-with-Null-in-straight-table/m-p/1122648#M907185</guid>
      <dc:creator />
      <dc:date>2016-06-27T17:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Not show rows with Null in straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Not-show-rows-with-Null-in-straight-table/m-p/1122649#M907186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh yea below works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If((Len(Trim(Exp1)) &amp;gt; 0 and Len(Trim(Exp2)) )&amp;gt; 0, Exp1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;If((Len(Trim(Exp1)) &amp;gt; 0 and Len(Trim(Exp2)) )&amp;gt; 0, Exp2)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 15px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/1071156" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7; background-color: #f3f3f3;"&gt;Not show rows with Null in straight table?&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 17:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-show-rows-with-Null-in-straight-table/m-p/1122649#M907186</guid>
      <dc:creator />
      <dc:date>2016-06-27T17:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Not show rows with Null in straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Not-show-rows-with-Null-in-straight-table/m-p/1122650#M907187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad that it worked, but I am not sure that how putting an extra parenthesis around the If logic made it worked. I think you might have missed something else and it would have worked without those extra parenthesis as well. Personally I prefer to make my expression as uncluttered as possible so that its easy to decipher for others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 22:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-show-rows-with-Null-in-straight-table/m-p/1122650#M907187</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-27T22:46:55Z</dc:date>
    </item>
  </channel>
</rss>

