<?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: tMap Variables: can't check for null values in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-Variables-can-t-check-for-null-values/m-p/2346507#M113900</link>
    <description>I found the problem I was concatenating a null value with an empty string so that the value was never null.&lt;BR /&gt;&lt;BR /&gt;Thank you for reply</description>
    <pubDate>Tue, 30 Jun 2009 10:15:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-06-30T10:15:52Z</dc:date>
    <item>
      <title>tMap Variables: can't check for null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Variables-can-t-check-for-null-values/m-p/2346505#M113898</link>
      <description>I discovered today this strange issue: IMHO it is related with the "nullable" variables feature, that I guess was introduced in TOS 3.1.2 
&lt;BR /&gt; 
&lt;BR /&gt;The problem is that I can't check against input DBfield nulliness inside variables section: I can only discard them with expression filters. 
&lt;BR /&gt;Infact In my migration job I "build up" a String variable formed by a concatenation of all possible fatal errors (null field, invalid values, etc.) and my expression filter only check this variable: its length has to be 0 for the record to be accepted and written out on csv (tOraclebulkexec). 
&lt;BR /&gt; 
&lt;BR /&gt;Well, if a field is null, I can detect it with both input or output filter, but it seems impossible to find it out INSIDE tMap variables. I also tried using the new "nullable" checkbox, near the variable type combobox, but nothing changes... 
&lt;BR /&gt; 
&lt;BR /&gt;"strerrors" variable declaration (type String &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; 
&lt;BR /&gt;Relational.ISNULL(inputrow.AVV_DTSPE1)?"DATCOMUNICAZ is null!! - ":"" 
&lt;BR /&gt;"strerrors" value is always "" (empty String), despite of inputrow.AVV_DTSPE1 value. 
&lt;BR /&gt; 
&lt;BR /&gt;I somehow suspect this to be a 3.1.3 related bug, as I can't remember the error on previous version and I didn't change the job and because I can't even remember that "nullable" checkbox, that is not documented on User Manual. 
&lt;BR /&gt;Why the 3.1.2 version has been tagged as production stable ? 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 13:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Variables-can-t-check-for-null-values/m-p/2346505#M113898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: tMap Variables: can't check for null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Variables-can-t-check-for-null-values/m-p/2346506#M113899</link>
      <description>Hello 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Relational.ISNULL(inputrow.AVV_DTSPE1)?"DATCOMUNICAZ is null!! - ":""&lt;BR /&gt;"strerrors" value is always "" (empty String), despite of inputrow.AVV_DTSPE1 value.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;I have tested the metho ISNULL() and it works fine. Are you sure inputrow.AVV_DTSPE1 have some null value, not empty string?
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 30 Jun 2009 03:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Variables-can-t-check-for-null-values/m-p/2346506#M113899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-30T03:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: tMap Variables: can't check for null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Variables-can-t-check-for-null-values/m-p/2346507#M113900</link>
      <description>I found the problem I was concatenating a null value with an empty string so that the value was never null.&lt;BR /&gt;&lt;BR /&gt;Thank you for reply</description>
      <pubDate>Tue, 30 Jun 2009 10:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Variables-can-t-check-for-null-values/m-p/2346507#M113900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-30T10:15:52Z</dc:date>
    </item>
  </channel>
</rss>

