<?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: When performing inner join in tMap,it is not fetching decimals in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195536#M97</link>
    <description>@jlolling +1 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;one option could be to multiply your decimal to compare 'entire number' : 
&lt;BR /&gt;12.36 x 100 = 1236 used to your join 
&lt;BR /&gt;my 2 cents 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
    <pubDate>Tue, 31 Dec 2013 10:05:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-31T10:05:20Z</dc:date>
    <item>
      <title>When performing inner join in tMap,it is not fetching decimals</title>
      <link>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195533#M94</link>
      <description>I have tried using with float,double&amp;amp;Big Decimal datatypes still there is no result and it is showing only value for few rows and it ignores remaining.&lt;BR /&gt;Example Scenario:&lt;BR /&gt;I have two Input excel files: 1) contains item code,price,description etc..2) contains item cost,item code,quantity etc..&lt;BR /&gt;While doing inner join using tMap, the results are not as expected since only few item cost are being retrived and also rounding off the decimal points.&lt;BR /&gt;Expected Output:&lt;BR /&gt;Item code,cost,quantity,price,description &lt;BR /&gt;&lt;BR /&gt;Thanks&amp;amp;Regards&lt;BR /&gt;-------------------&lt;BR /&gt;Lokanath</description>
      <pubDate>Tue, 31 Dec 2013 06:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195533#M94</guid>
      <dc:creator>lokanath1241</dc:creator>
      <dc:date>2013-12-31T06:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: When performing inner join in tMap,it is not fetching decimals</title>
      <link>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195534#M95</link>
      <description>Hi, &lt;BR /&gt;Did you set any data type conversion in tMap? Could you please elaborate your case with an example with input and expected output values?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 31 Dec 2013 07:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195534#M95</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-31T07:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: When performing inner join in tMap,it is not fetching decimals</title>
      <link>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195535#M96</link>
      <description>Using a decimal data type like float or double to identify a dataset is not a good idea. These data types are not exact as expected or needed. E.g. there os no exact zero!&lt;BR /&gt;If you have no other chance to join the data you have to round the values to a reasonable precision and then you can try to use them for joining. But there will be always a possible lack.&lt;BR /&gt;And last but not least, you have to take care all column pairs using in a join condition must have the same data type!&lt;BR /&gt;I would also take care the columns are not nullable.</description>
      <pubDate>Tue, 31 Dec 2013 09:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195535#M96</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-31T09:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: When performing inner join in tMap,it is not fetching decimals</title>
      <link>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195536#M97</link>
      <description>@jlolling +1 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;one option could be to multiply your decimal to compare 'entire number' : 
&lt;BR /&gt;12.36 x 100 = 1236 used to your join 
&lt;BR /&gt;my 2 cents 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Tue, 31 Dec 2013 10:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195536#M97</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-31T10:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: When performing inner join in tMap,it is not fetching decimals</title>
      <link>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195537#M98</link>
      <description>Yes this is always a good idea to use integer data types (int or long) e.g. for money values. It avoids a lot of very painful round caused problems. But please keep in mind a zero in double could mean: 0.0000000000000000001 ! Only moving the decimal delimiter digits more right is sometimes not enough, you have to be care the result is a integer and also the datatype.</description>
      <pubDate>Tue, 31 Dec 2013 13:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195537#M98</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-31T13:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: When performing inner join in tMap,it is not fetching decimals</title>
      <link>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195538#M99</link>
      <description>the only java type that "keep precision" is bigDecimal having a function to compare object between us.
&lt;BR /&gt;You'll have to give scale for your number.
&lt;BR /&gt;
&lt;A href="http://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html" rel="nofollow noopener noreferrer"&gt;http://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html&lt;/A&gt;
&lt;BR /&gt;hope it helps
&lt;BR /&gt;regards
&lt;BR /&gt;laurent</description>
      <pubDate>Tue, 31 Dec 2013 14:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195538#M99</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-31T14:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: When performing inner join in tMap,it is not fetching decimals</title>
      <link>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195539#M100</link>
      <description>thank u so much for ur response now it is working fine when i tried with BigDecimal &lt;BR /&gt;&lt;BR /&gt;thanks &amp;amp; regards&lt;BR /&gt;-------------------&lt;BR /&gt;Lokanath</description>
      <pubDate>Thu, 02 Jan 2014 07:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195539#M100</guid>
      <dc:creator>lokanath1241</dc:creator>
      <dc:date>2014-01-02T07:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: When performing inner join in tMap,it is not fetching decimals</title>
      <link>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195540#M101</link>
      <description>you're welcome 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 02 Jan 2014 08:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/When-performing-inner-join-in-tMap-it-is-not-fetching-decimals/m-p/2195540#M101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-02T08:17:27Z</dc:date>
    </item>
  </channel>
</rss>

