<?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 Exclude the null value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300577#M405399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some issue to load a data table without the null value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of datas :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="75" style="border: 1px solid rgb(0, 0, 0); width: 314px; height: 66px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Ref&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Currency rate 1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Currency rate 2&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;255&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-1.36&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-1.52529&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;255&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to keep every row with currency rate 1 or currency rate 2 different from NULL, so the first row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I did in the set analysis :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;LOAD [currency rate 1] as currency_rate_1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [currency rate 2] as currency_rate_2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ref&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;resident test&lt;/P&gt;&lt;P&gt;where currency_rate_2 &amp;gt; 0; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I create a table box with test2 I have the second row too ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested too :&lt;/P&gt;&lt;P&gt;where isnull(currency_rate_2) = 0;&lt;/P&gt;&lt;P&gt;where len(currency_rate_2) &amp;gt; 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to understand why please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards ,&lt;/P&gt;&lt;P&gt;Gwendaline&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Apr 2017 12:02:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-04-11T12:02:28Z</dc:date>
    <item>
      <title>Exclude the null value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300577#M405399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some issue to load a data table without the null value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of datas :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="75" style="border: 1px solid rgb(0, 0, 0); width: 314px; height: 66px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Ref&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Currency rate 1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Currency rate 2&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;255&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-1.36&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-1.52529&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;255&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to keep every row with currency rate 1 or currency rate 2 different from NULL, so the first row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I did in the set analysis :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;LOAD [currency rate 1] as currency_rate_1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [currency rate 2] as currency_rate_2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ref&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;resident test&lt;/P&gt;&lt;P&gt;where currency_rate_2 &amp;gt; 0; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I create a table box with test2 I have the second row too ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested too :&lt;/P&gt;&lt;P&gt;where isnull(currency_rate_2) = 0;&lt;/P&gt;&lt;P&gt;where len(currency_rate_2) &amp;gt; 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to understand why please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards ,&lt;/P&gt;&lt;P&gt;Gwendaline&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 12:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300577#M405399</guid>
      <dc:creator />
      <dc:date>2017-04-11T12:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude the null value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300578#M405400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need this for testing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;test:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD [currency rate 1] as currency_rate_1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [currency rate 2] as currency_rate_2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ref&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(biff, embedded labels, table is Sheet1$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;test2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;currency_rate_1&lt;/SPAN&gt; as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;currency_rate_1&lt;/SPAN&gt;_TEST,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;currency_rate_2&lt;/SPAN&gt; as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;currency_rate_2&lt;/SPAN&gt;_TEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Resident test&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where Len(Trim(currency_rate_2)) &amp;gt; 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now check &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;currency_rate_1&lt;/SPAN&gt;_TEST&lt;/STRONG&gt; and &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;currency_rate_2&lt;/SPAN&gt;_TEST&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 12:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300578#M405400</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-11T12:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude the null value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300579#M405401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works with my example but when I use it with other data it doesn't : there is one variable with null value sometimes and it seems that is the source of my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data :&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1px" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="width: 896px; border-width: 1px; border-style: solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" width="64"&gt;date&lt;/TD&gt;&lt;TD class="xl69" width="64"&gt;var8&lt;/TD&gt;&lt;TD class="xl69" width="64"&gt;ref&lt;/TD&gt;&lt;TD class="xl68" width="64"&gt;var14&lt;/TD&gt;&lt;TD class="xl68" width="64"&gt;var15&lt;/TD&gt;&lt;TD class="xl68" width="64"&gt;var16&lt;/TD&gt;&lt;TD class="xl68" width="64"&gt;var17&lt;/TD&gt;&lt;TD class="xl69" width="64"&gt;var18&lt;/TD&gt;&lt;TD class="xl68" width="64"&gt;var20&lt;/TD&gt;&lt;TD class="xl68" width="64"&gt;var21&lt;/TD&gt;&lt;TD class="xl68" width="64"&gt;var22&lt;/TD&gt;&lt;TD class="xl68" width="64"&gt;currency rate 1&lt;/TD&gt;&lt;TD class="xl68" width="64"&gt;currency rate 2&lt;/TD&gt;&lt;TD class="xl69" width="64"&gt;var23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20"&gt;11/01/17&lt;/TD&gt;&lt;TD class="xl65"&gt;SGD&lt;/TD&gt;&lt;TD class="xl65"&gt;2.553E+09&lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;300&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;441.44&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;441.44&lt;/TD&gt;&lt;TD class="xl65"&gt;3.1E+09&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;1&lt;/TD&gt;&lt;TD class="xl65"&gt;-1.52529&lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl65"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20"&gt;11/01/17&lt;/TD&gt;&lt;TD class="xl65"&gt;SGD&lt;/TD&gt;&lt;TD class="xl65"&gt;2.553E+09&lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;300&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;441.44&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;441.44&lt;/TD&gt;&lt;TD class="xl65"&gt;3.1E+09&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;1&lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl65"&gt;-1.36&lt;/TD&gt;&lt;TD class="xl65"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the script (I have several variables so I write "..." here but in my script there are all variables) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test_vrai:&lt;/P&gt;&lt;P&gt;LOAD date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var23,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [currency rate 1] as currency_rate_1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [currency rate 2] as currency_rate_2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test_vrai2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;load date, ...,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var23,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max(currency_rate_1) as max_currency_rate_1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max(currency_rate_2) as max_currency_rate_2&lt;/P&gt;&lt;P&gt;resident test_vrai&lt;/P&gt;&lt;P&gt;group by date, ... , var23;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test_vrai3:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;load date, ... , var23,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_currency_rate_1 as max_currency_rate_1_test,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_currency_rate_2 as max_currency_rate_2_test&lt;/P&gt;&lt;P&gt;resident test_vrai2&lt;/P&gt;&lt;P&gt;where Len(Trim(max_currency_rate_1)) &amp;gt; 0 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My result should be only one row but I have 2 rows : 1 correct with max_currency_rate_1_test different from null and max_currency_rate_2_test different from null and 1 row with null values for these 2 indicators.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that now the issue is linked to the group by. What do you think ?&lt;/P&gt;&lt;P&gt;To a better understanding : I use a group by because I have 2 rows : one with the currency rate 1 and another with the currency rate 2 and I want only 1 row. The group by works but the "where" doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards ,&lt;/P&gt;&lt;P&gt;Gwendaline&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 13:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300579#M405401</guid>
      <dc:creator />
      <dc:date>2017-04-11T13:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude the null value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300580#M405402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be right.... it might be helpful to look at the output after the group by to see how many rows are available and what are the values.... and proceed from there... if you are able to share a sample qvw to look at... may be we can help better....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 13:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300580#M405402</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-11T13:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude the null value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300581#M405403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will find my excel file and the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gwendaline&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 13:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300581#M405403</guid>
      <dc:creator />
      <dc:date>2017-04-11T13:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude the null value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300582#M405404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your script is working just fine... look at the data model view here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159751_Capture.PNG" style="height: 341px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are seeing the null rows because you still have them in the other two tables.... If you add DROP Table test_vrai, test_vrai2; at the end of the script.... you won't see the nulls anymore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/159761_Capture.PNG" style="height: 90px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 13:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300582#M405404</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-11T13:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude the null value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300583#M405405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works. Thanks a lot Sunny for your help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Gwendaline&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 13:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-the-null-value/m-p/1300583#M405405</guid>
      <dc:creator />
      <dc:date>2017-04-11T13:44:31Z</dc:date>
    </item>
  </channel>
</rss>

