<?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 get tMap to join Between values? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328674#M97939</link>
    <description>Alevy - Thank you... the expression box was hidden, even with the tMap UI in full screen. Entering my criteria there got me past that bump in the road.
&lt;BR /&gt; - Russell</description>
    <pubDate>Thu, 01 Apr 2010 14:08:04 GMT</pubDate>
    <dc:creator>rlmagidson</dc:creator>
    <dc:date>2010-04-01T14:08:04Z</dc:date>
    <item>
      <title>How to get tMap to join Between values?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328667#M97932</link>
      <description>Hello all&lt;BR /&gt;Here's my scenario:  I have one table that lists financial account ranges and descriptions (e.g. "Payroll" accounts range from 51110 to 51199, "Parts" accounts range from 61250 to 62250, etc.) and a second with account transactions (e.g. 1/5/2010 entry of $1,000 for account 51115, 2/1/2010 entry of $500 for account 62000, etc.). I need to assign the transactional data the appropriate payroll description. I'm basically building staging tables for operating statement analysis... someone else must have done this (or something similar). &lt;BR /&gt;How can I join based on ranges as opposed to discrete values? How do I specify this in the tMap editor? &lt;BR /&gt;Thanks in advance - I appreciate the help&lt;BR /&gt;- Russell</description>
      <pubDate>Sat, 16 Nov 2024 13:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328667#M97932</guid>
      <dc:creator>rlmagidson</dc:creator>
      <dc:date>2024-11-16T13:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get tMap to join Between values?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328668#M97933</link>
      <description>See screenshot</description>
      <pubDate>Fri, 26 Mar 2010 00:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328668#M97933</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-03-26T00:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get tMap to join Between values?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328669#M97934</link>
      <description>Hi Alevy 
&lt;BR /&gt;Thank you for the reply. When I try that, I get errors that (following your example table name) say "row1 cannot be resolved" and "row2 cannot be resolved." I'm posting some screen shots to clarify. Also, since I'm doing text field comparison the join is a bit more complex. 
&lt;BR /&gt;Thanks for the help 
&lt;BR /&gt;- Russell</description>
      <pubDate>Fri, 26 Mar 2010 19:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328669#M97934</guid>
      <dc:creator>rlmagidson</dc:creator>
      <dc:date>2010-03-26T19:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get tMap to join Between values?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328670#M97935</link>
      <description>Hey guys, 
&lt;BR /&gt;i face quite the same issue. 
&lt;BR /&gt;I want to model a SQL left join in tMap like this: 
&lt;BR /&gt;SELECT a.FullString, 
&lt;BR /&gt; b.MatchString 
&lt;BR /&gt;FROM a LEFT JOIN b 
&lt;BR /&gt;ON a.FullString LIKE b.MatchString 
&lt;BR /&gt;So i have to simulate the "like" operator in the inner join match condition? If i do that - would be "a.Fullstring.contains(b.MatchString)" - i get the same error as the thread-opener. 
&lt;BR /&gt;I tried a workaround by activating the output expression filter (see screenshot). This works as a replacement for an inner join, but how to have _all_ rows processed as a left join operation? 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;dexter</description>
      <pubDate>Sat, 27 Mar 2010 23:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328670#M97935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-27T23:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get tMap to join Between values?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328671#M97936</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I get errors that (following your example table name) say "row1 cannot be resolved" and "row2 cannot be resolved."&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;You need to use the names of your tables. In my example, you can see those are row1 and row2. In your example, they are F0902F0901Joined and StgF8305Flat. 
&lt;BR /&gt;As in my example, your expression needs to be in the expression box, activated by clicking the white arrow and green plus icon on the lookup table in tMap. It's off-screen in your screen-print; you need to widen the left section of tMap to see it. 
&lt;BR /&gt;By having the expression against the R5OR01 field, you are saying that the value in that field must match your expression but your expression is a boolean result. 
&lt;BR /&gt;BTW, you should not need to use StringHandling.TRIM function if you check the Advanced Setting for your input components to trim the appropriate field(s).</description>
      <pubDate>Sun, 28 Mar 2010 23:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328671#M97936</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-03-28T23:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get tMap to join Between values?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328672#M97937</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;how to have _all_ rows processed as a left join operation&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Talend doesn't seem to properly deal with joins where none of the field values of the lookup table are directly specified. I coincidentally raised a BugTracker (
&lt;A href="http://www.talendforge.org/bugs/view.php?id=12344" target="_blank" rel="nofollow noopener noreferrer"&gt;#0012344&lt;/A&gt;) last week about that very issue.
&lt;BR /&gt;For now, I suggest you add a dummy field to your lookup table (you can do that using the SQL input statement) with a value that you can hard-code in the tMap. That will make the "Inner Join" check-box available, which, if left blank, will make your tMap work correctly as a left-join.</description>
      <pubDate>Sun, 28 Mar 2010 23:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328672#M97937</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-03-28T23:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get tMap to join Between values?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328673#M97938</link>
      <description>Hi alevy,
&lt;BR /&gt;thanks for your quick hint! Your suggestion sounds like a clever workaround, i will try that.
&lt;BR /&gt;Meanwhile i helped myself with a sql query running in a tXXSQLRow component that triggers on success of a subjob. This is a clean solution but i would prefer the tMap approach to have graphical representation and to operate further on the data stream.
&lt;BR /&gt;Thanks again
&lt;BR /&gt;dexter</description>
      <pubDate>Mon, 29 Mar 2010 20:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328673#M97938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-29T20:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get tMap to join Between values?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328674#M97939</link>
      <description>Alevy - Thank you... the expression box was hidden, even with the tMap UI in full screen. Entering my criteria there got me past that bump in the road.
&lt;BR /&gt; - Russell</description>
      <pubDate>Thu, 01 Apr 2010 14:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328674#M97939</guid>
      <dc:creator>rlmagidson</dc:creator>
      <dc:date>2010-04-01T14:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get tMap to join Between values?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328675#M97940</link>
      <description>Hi.&lt;BR /&gt;I want to do the same thing :&lt;BR /&gt;"&lt;BR /&gt;SELECT a.FullString,&lt;BR /&gt;            b.MatchString&lt;BR /&gt;FROM a LEFT JOIN b&lt;BR /&gt;ON a.FullString LIKE b.MatchString&lt;BR /&gt;"&lt;BR /&gt;On the tmap, i put the input filter "a.FullString.contains(b.MatchString)" on the lookup link.&lt;BR /&gt;My problem is that my result is an INNER JOIN instead of an LEFT OUTER one.&lt;BR /&gt;I even tried with a dummy field to have at least one "proper" join in the Tmap, but without success.&lt;BR /&gt;Someone has a solution ?&lt;BR /&gt;Thank you very much,&lt;BR /&gt;jeremy.</description>
      <pubDate>Thu, 20 Feb 2014 19:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328675#M97940</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-02-20T19:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get tMap to join Between values?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328676#M97941</link>
      <description>Hi ferreiraj, &lt;BR /&gt;Could you please post your tMap editor screenshot into forum? Is there any extra space in your input source?&lt;BR /&gt;Elaborating your case with an example with input and expected output values will be preferred.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 21 Feb 2014 06:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328676#M97941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-21T06:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get tMap to join Between values?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328677#M97942</link>
      <description>Hello. 
&lt;BR /&gt;Thanks for the reply. 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;With usCity data : 
&lt;BR /&gt;==== 
&lt;BR /&gt;TITLE 
&lt;BR /&gt;==== 
&lt;BR /&gt;Denver 
&lt;BR /&gt;Springfield 
&lt;BR /&gt;Boise 
&lt;BR /&gt;Topeka 
&lt;BR /&gt;Denver 
&lt;BR /&gt;== 
&lt;BR /&gt;And houseData : 
&lt;BR /&gt;========= 
&lt;BR /&gt;CITY | HOUSE 
&lt;BR /&gt;========= 
&lt;BR /&gt;enver | 1 
&lt;BR /&gt;========= 
&lt;BR /&gt;I would like to have as result, with a "like" : 
&lt;BR /&gt;.-----------+-----. 
&lt;BR /&gt;| finalDataLog | 
&lt;BR /&gt;|=----------+----=| 
&lt;BR /&gt;|Title |House| 
&lt;BR /&gt;|=----------+----=| 
&lt;BR /&gt;|Denver |1 | 
&lt;BR /&gt;|Springfield|null | 
&lt;BR /&gt;|Boise |null | 
&lt;BR /&gt;|Topeka |null | 
&lt;BR /&gt;|Denver |1 | 
&lt;BR /&gt;'-----------+-----' 
&lt;BR /&gt;But what i got instead : 
&lt;BR /&gt;.------+-----. 
&lt;BR /&gt;|finalDataLog| 
&lt;BR /&gt;|=-----+----=| 
&lt;BR /&gt;|Title |House| 
&lt;BR /&gt;|=-----+----=| 
&lt;BR /&gt;|Denver|1 | 
&lt;BR /&gt;|Denver|1 | 
&lt;BR /&gt;'------+-----'. 
&lt;BR /&gt;What am i doing wrong ? 
&lt;BR /&gt;Please apology my crude english, 
&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 21 Feb 2014 14:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328677#M97942</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-02-21T14:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get tMap to join Between values?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328678#M97943</link>
      <description>Hi.&lt;BR /&gt;As a workaround, I will store my usCity data into a sgbd then, do that inner join between my table and my houseData, then do a outer join in a tmap between my usCity data and my table. &lt;BR /&gt;It's a bit tricky but I think it's the easiest solution, if the tmap is really unable to make a Left outer join with a "like".&lt;BR /&gt;regards,&lt;BR /&gt;jeremy.</description>
      <pubDate>Mon, 24 Feb 2014 09:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328678#M97943</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-02-24T09:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get tMap to join Between values?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328679#M97944</link>
      <description>I want join put condition for fetching record between two table , this is hive where clause&amp;nbsp;&lt;BR /&gt;here i want only last 91 days record&amp;nbsp;&lt;BR /&gt;s and d are two table which will be join as cross join&amp;nbsp;&lt;BR /&gt;condition is s.invoicedt between date_sub(d.date1,91) and d.date1&lt;BR /&gt;how to implement in tamp?</description>
      <pubDate>Mon, 02 Jan 2017 12:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-tMap-to-join-Between-values/m-p/2328679#M97944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-02T12:13:47Z</dc:date>
    </item>
  </channel>
</rss>

