<?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: row1.Tag29 == null ? null :row1.Tag29 expression in tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/row1-Tag29-null-null-row1-Tag29-expression-in-tMap/m-p/2373330#M136065</link>
    <description>&lt;P&gt;is row1.Tag29 a join key? Can you share a screenshot of tMap?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2020 00:17:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-08-05T00:17:28Z</dc:date>
    <item>
      <title>row1.Tag29 == null ? null :row1.Tag29 expression in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/row1-Tag29-null-null-row1-Tag29-expression-in-tMap/m-p/2373329#M136064</link>
      <description>&lt;P&gt;I have Row1 as my main and row2 as my look up table. In tMAP, I am trying to join column "Tag29". I am using below expression for same. Basically what I am trying to achieve is, if row1.Tag29 is null then dont join row1 Tag29 with row2Tag29 and if its not null then join row1.Tag29. For some reason, I think the expression is resolved as null string and it tries mapping "null" with row2.Tag29. shouldn't it be empty if row1.Tag29 value is null? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;row1.Tag29 == null ? null : row1.Tag29&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/row1-Tag29-null-null-row1-Tag29-expression-in-tMap/m-p/2373329#M136064</guid>
      <dc:creator>jbhatt1810</dc:creator>
      <dc:date>2024-11-16T01:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: row1.Tag29 == null ? null :row1.Tag29 expression in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/row1-Tag29-null-null-row1-Tag29-expression-in-tMap/m-p/2373330#M136065</link>
      <description>&lt;P&gt;is row1.Tag29 a join key? Can you share a screenshot of tMap?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 00:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/row1-Tag29-null-null-row1-Tag29-expression-in-tMap/m-p/2373330#M136065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-05T00:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: row1.Tag29 == null ? null :row1.Tag29 expression in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/row1-Tag29-null-null-row1-Tag29-expression-in-tMap/m-p/2373331#M136066</link>
      <description>&lt;P&gt;@Shicong Hong​&amp;nbsp;See below screenshot: Yes row1 aka generatedFileData is the main. If generatedFileData.Tag29 is null then it should be empty in the expr.key part of lookup as shown in another screenshot. Instead it resolves it as "null" string value and hence it ends up joining "null" string with lookup.Tag29 column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009IFm5AAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149505i5544D323493B4C7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009IFm5AAG.png" alt="0693p000009IFm5AAG.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009IFmxAAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132665iA6C21D9C1C5C0548/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009IFmxAAG.png" alt="0693p000009IFmxAAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 21:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/row1-Tag29-null-null-row1-Tag29-expression-in-tMap/m-p/2373331#M136066</guid>
      <dc:creator>jbhatt1810</dc:creator>
      <dc:date>2020-08-10T21:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: row1.Tag29 == null ? null :row1.Tag29 expression in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/row1-Tag29-null-null-row1-Tag29-expression-in-tMap/m-p/2373332#M136067</link>
      <description>&lt;P&gt;As long as you set any expression there, it will consider this field as a join key regardless of what value it is. &lt;/P&gt;&lt;P&gt;If you don't want to do join if this field is null, you need to filter the data before join and do another join. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 03:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/row1-Tag29-null-null-row1-Tag29-expression-in-tMap/m-p/2373332#M136067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-11T03:01:26Z</dc:date>
    </item>
  </channel>
</rss>

