<?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: How to write an expression with not null value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54783#M774716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;len(trim()) works with all null/blanks etc.. it will not work if you have 0, 0 is not null and is not blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to consider 0 values as null, you can replace those 0 to null in the script and then use the len(trim()) technique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2018 09:54:05 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-05-18T09:54:05Z</dc:date>
    <item>
      <title>How to write an expression with not null value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54779#M774712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to write an expression for a field in database which is reflected in qlikview as ACTUAL ROB&lt;/P&gt;&lt;P&gt;.Example when this field is updated in database or is non empty, I can say that the Status is edited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be my expression for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( ACTUAL ROB is not null &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'Correction done','Correction not done') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;OR IF THE VALUE FOR THIS FIELD IS MISSING OR EMPTY I CAN WRITE THE FOLLOWINGß&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( ACTUAL ROB is null OR MISSING &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'Correction NOT done','Correction&amp;nbsp; done')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The data format for ACTUAL ROB is Integer and not varchar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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/How-to-write-an-expression-with-not-null-value/m-p/54779#M774712</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression with not null value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54780#M774713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;in Qlik, you could try&lt;/P&gt;&lt;P&gt;if( len(trim([ACTUAL ROB]))=0 &lt;SPAN style="font-size: 8pt;"&gt;,'Correction NOT done','Correction&amp;nbsp; done')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 09:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54780#M774713</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-05-18T09:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression with not null value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54781#M774714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we don't have to use the IsNull or Exist field? Suppose the field has a value 0 then it would be noted as null or 0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 09:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54781#M774714</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-05-18T09:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression with not null value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54782#M774715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actual ROB is not a string ..Is it okay this code then&lt;/P&gt;&lt;P&gt;if( len(trim([ACTUAL ROB]))=0 &lt;SPAN style="font-size: 8pt;"&gt;,'Correction NOT done','Correction&amp;nbsp; done')&lt;/SPAN&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 09:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54782#M774715</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-05-18T09:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression with not null value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54783#M774716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;len(trim()) works with all null/blanks etc.. it will not work if you have 0, 0 is not null and is not blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to consider 0 values as null, you can replace those 0 to null in the script and then use the len(trim()) technique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 09:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54783#M774716</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-05-18T09:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression with not null value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54784#M774717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Its working.&lt;/P&gt;&lt;P&gt;Can you also suggest how to colour the correction done and correction not done statements using colour functions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 09:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54784#M774717</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-05-18T09:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression with not null value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54785#M774718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your graph, you can use an expression in foreground color section&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;if(field='Correction done'),blue(),red())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 10:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54785#M774718</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-05-18T10:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression with not null value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54786#M774719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oups !!!!!&lt;/P&gt;&lt;P&gt;in text color section&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 10:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54786#M774719</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-05-18T10:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression with not null value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54787#M774720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I WANT TO KEEP ZEROES (any value in the field) as it is to be considered for the requirement..If the field has no value it is implied that the corrections are not done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 13:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-with-not-null-value/m-p/54787#M774720</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-05-18T13:13:13Z</dc:date>
    </item>
  </channel>
</rss>

