<?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: Get MAX(index) FROM table [tMysqlRow] in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280505#M55334</link>
    <description>The actual purpose of the tMysqlRow component is different than your current use case. In your case it is much easier to use tMysqlInput. 
&lt;BR /&gt;I guess your use case is actually a test case. To get the values of query you have to do following: 
&lt;BR /&gt;tMysqlRow: configure here the schema for your columns you want to have and an additional column called resultset of type Object. 
&lt;BR /&gt;In the advanced settings of the tMysqlRow activate the option "Propagate QUERYs record set" and choose as column the resultset column. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCgB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139940i458F5AF463C1036C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCgB.png" alt="0683p000009MCgB.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Here the necessary settings for the tParseRecordSet. This component gets the values from the result set. 
&lt;BR /&gt;It is important to note that this component depends on a named column in the result set -&amp;gt; give the max(id_partner) an alias! 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MClA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136366i428579B4F38FFBB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MClA.png" alt="0683p000009MClA.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Actually for a simple use case this is very cumbersome. 
&lt;BR /&gt;Here the easy way: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCcy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152087i3C828526825C2FDC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCcy.png" alt="0683p000009MCcy.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Tue, 22 Dec 2015 10:20:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-22T10:20:02Z</dc:date>
    <item>
      <title>Get MAX(index) FROM table [tMysqlRow]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280504#M55333</link>
      <description>Hi all, 
&lt;BR /&gt;I'm trying to get the maximum value of a column which contains INT values. 
&lt;BR /&gt;Therefore, I use a tMysqlRow with the following query: 
&lt;BR /&gt; 
&lt;PRE&gt;"SELECT MAX(id_partner) FROM BI_DWH_dimension_partner"&lt;/PRE&gt; 
&lt;BR /&gt;Then I try to link this tMysqlRow with a tMap, but during the execution of the job we can see that the value of the row loaded is null. 
&lt;BR /&gt;What am I doing wrong here? 
&lt;BR /&gt;Thank you for your advice 
&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; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCd2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142854i4C70226EB05ABBB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCd2.png" alt="0683p000009MCd2.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCFu.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145548iA5605D249EA3DF9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCFu.png" alt="0683p000009MCFu.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCgz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137119iDCBFB3ABA607D5A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCgz.png" alt="0683p000009MCgz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 22 Dec 2015 08:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280504#M55333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-22T08:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get MAX(index) FROM table [tMysqlRow]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280505#M55334</link>
      <description>The actual purpose of the tMysqlRow component is different than your current use case. In your case it is much easier to use tMysqlInput. 
&lt;BR /&gt;I guess your use case is actually a test case. To get the values of query you have to do following: 
&lt;BR /&gt;tMysqlRow: configure here the schema for your columns you want to have and an additional column called resultset of type Object. 
&lt;BR /&gt;In the advanced settings of the tMysqlRow activate the option "Propagate QUERYs record set" and choose as column the resultset column. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCgB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139940i458F5AF463C1036C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCgB.png" alt="0683p000009MCgB.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Here the necessary settings for the tParseRecordSet. This component gets the values from the result set. 
&lt;BR /&gt;It is important to note that this component depends on a named column in the result set -&amp;gt; give the max(id_partner) an alias! 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MClA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136366i428579B4F38FFBB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MClA.png" alt="0683p000009MClA.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Actually for a simple use case this is very cumbersome. 
&lt;BR /&gt;Here the easy way: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCcy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152087i3C828526825C2FDC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCcy.png" alt="0683p000009MCcy.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 22 Dec 2015 10:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280505#M55334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-22T10:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Get MAX(index) FROM table [tMysqlRow]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280506#M55335</link>
      <description>Hi jlolling, 
&lt;BR /&gt;First of all, thank you for your complete answer. I decided to use your last solution by using a tMysqlInput component. 
&lt;BR /&gt;I now added screenshots of my real job since I'm still facing an issue. 
&lt;BR /&gt; 
&lt;U&gt;Here is my job goal:&lt;/U&gt; 
&lt;BR /&gt;Within the tables in input I try to match the field 
&lt;B&gt;b2b_partner&lt;/B&gt; with 
&lt;B&gt;partner_name&lt;/B&gt;. 
&lt;BR /&gt;IF there is a match 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;THEN I would like to add a row as output with the field&amp;nbsp; 
&lt;B&gt;id_partner &lt;/B&gt;that match 
&lt;B&gt;partner_name&lt;BR /&gt;&lt;/B&gt;=&amp;gt; This is the output link named&amp;nbsp; 
&lt;FONT color="#ff6633"&gt;UPDATE&lt;/FONT&gt; 
&lt;BR /&gt;IF there is 
&lt;U&gt;no&lt;/U&gt; match 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;THEN I would like to add a row as output with the 
&lt;FONT color="#3333ff"&gt;MAX&lt;/FONT&gt;( 
&lt;B&gt;id_partner&lt;/B&gt;) 
&lt;FONT color="#ff3333"&gt;+1&lt;BR /&gt;&lt;/FONT&gt;=&amp;gt; This is the output link named&amp;nbsp; 
&lt;FONT color="#ff6633"&gt;NEW&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;As you can see in the job_execution screenshot, it doesn't work at all. 
&lt;BR /&gt;The 2 rows that goes through the 
&lt;FONT color="#ff6633"&gt;UPDATE &lt;/FONT&gt;link are not suppose to go that way. 
&lt;BR /&gt;These 2 rows are suppose to use the 
&lt;FONT color="#ff6633"&gt;NEW &lt;/FONT&gt;link since their 
&lt;B&gt;b2b_partner &lt;/B&gt;values don't have any match with any 
&lt;B&gt;partner_name&lt;/B&gt;. 
&lt;BR /&gt;Thank you for your help. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MClF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152700i86610885010BF211/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MClF.png" alt="0683p000009MClF.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCiM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150470i854E061CAEC10B30/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCiM.png" alt="0683p000009MCiM.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MClK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138754i11338FCC1D567E14/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MClK.png" alt="0683p000009MClK.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 23 Dec 2015 03:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280506#M55335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-23T03:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get MAX(index) FROM table [tMysqlRow]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280507#M55336</link>
      <description>Your screenshot shows a problem. You have chosen the output NEW as inner join reject but you actually do not have an inner join.&lt;BR /&gt;You have to specify the join as inner join.</description>
      <pubDate>Wed, 23 Dec 2015 12:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280507#M55336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-23T12:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get MAX(index) FROM table [tMysqlRow]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280508#M55337</link>
      <description>Hi jlolling, 
&lt;BR /&gt;Sorry for late reply I was on an another project. 
&lt;BR /&gt;Thank you for you answer, indeed I forget to set up an 
&lt;B&gt;inner join&lt;/B&gt;. 
&lt;BR /&gt;Since I did this now, I'm facing a new error : java nullpointer exception (screenshot attached) 
&lt;BR /&gt;I found out that if I replace inside the tMap the value 
&lt;B&gt;row2.id_partner+1&lt;/B&gt;&amp;nbsp;for the output named "NEW" by a constant number like 
&lt;B&gt;0&lt;/B&gt; or 
&lt;B&gt;1&lt;/B&gt;, the error message is not raised. 
&lt;BR /&gt;This value&amp;nbsp; 
&lt;B&gt;row2.id_partner&lt;/B&gt;&amp;nbsp;comes from a tMysqlInput based on the following query 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;SELECT MAX(id_partner) FROM BI_DWH_dimension_partner&lt;/PRE&gt; 
&lt;BR /&gt;On the job designer we can see that I use a vlookup link and I think an Iterate one would be more appropriate because for each row in the tMap I need to get the 
&lt;B&gt;MAX(id_partner)&lt;/B&gt;. The problem is that Talend doesn't allow me to create an iterate link from the tMysqlInput to the tMap. 
&lt;BR /&gt;I didn't find a solution yet. 
&lt;BR /&gt;Thx a lot for your help. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCbL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148492i915FA4709F687B91/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCbL.png" alt="0683p000009MCbL.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCUQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140964i2917FB4C1B5E1CD0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCUQ.png" alt="0683p000009MCUQ.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 06 Jan 2016 01:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280508#M55337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T01:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get MAX(index) FROM table [tMysqlRow]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280509#M55338</link>
      <description>This NullPointerException is the result of following implicit code caused by the so called unboxing procedure in Java: 
&lt;BR /&gt; 
&lt;PRE&gt;row2.id_partner.intValue() + 1&lt;/PRE&gt; 
&lt;BR /&gt;This is the actual code which runs. The problem is a null value from the database. I suggest you put a coalesce around the expression in the SQL code like this: 
&lt;BR /&gt; 
&lt;PRE&gt;SELECT COALESCE(MAX(id_partner),0) as id_partner FROM BI_DWH_dimension_partner&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Jan 2016 07:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280509#M55338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T07:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get MAX(index) FROM table [tMysqlRow]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280510#M55339</link>
      <description>Thank you for your answer.
&lt;BR /&gt;I used your query below, and I change the value of my output field to&amp;nbsp;
&lt;FONT size="2"&gt;&lt;FONT face="consolas, monaco, 'bitstream vera sans mono', 'courier new', courier, monospace"&gt;row2.id_partner.intValue() + 1&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;PRE&gt;SELECT COALESCE(MAX(id_partner),0) as id_partner FROM BI_DWH_dimension_partner&lt;/PRE&gt;
&lt;BR /&gt;But the exact same error has been raised.
&lt;BR /&gt;What I don't understand is that normally I shouldn't get any null pointer exception since my table 
&lt;B&gt;BI_DWH_dimension_partner&lt;/B&gt;&amp;nbsp;already has 
&lt;FONT color="#3333ff"&gt;&lt;B&gt;2&lt;/B&gt;&lt;/FONT&gt; rows inside.
&lt;BR /&gt;That means the query should return 
&lt;FONT color="#3333ff"&gt;&lt;B&gt;2&lt;/B&gt;&lt;/FONT&gt;+1 = 3
&lt;BR /&gt;Am I still doing something wrong?</description>
      <pubDate>Wed, 06 Jan 2016 08:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280510#M55339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T08:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get MAX(index) FROM table [tMysqlRow]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280511#M55340</link>
      <description>I have taken a look into your job now and the problem is quite clear. You get the id_partner from a left out join lookup and this lookup does not return a value. The problem is the tMap join condition.</description>
      <pubDate>Wed, 06 Jan 2016 08:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280511#M55340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T08:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get MAX(index) FROM table [tMysqlRow]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280512#M55341</link>
      <description>Hi jlolling, 
&lt;BR /&gt;This is johanglasses, I just found out that I have 2 accounts... anyway.. 
&lt;BR /&gt;Then, I think I didn't understand perfectly how Talend works. 
&lt;BR /&gt;From my understanding an inner join or a left join can be performed only if you make a match/join between 2 fields such as the exemple in the screenshot below between 
&lt;B&gt;row1&lt;/B&gt; and 
&lt;B&gt;row3&lt;/B&gt;&amp;nbsp;(row1.b2b_partner = row3.partner_name). 
&lt;BR /&gt;Still from my understanding, if you don't make any match/join with a table(tMysqlInput), then this table should only provide the result of his query which is in my case the MAX(partner_id). 
&lt;BR /&gt;Am I wrong? 
&lt;BR /&gt;Thank you again. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCho.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141632i34A83335C82C5E4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCho.png" alt="0683p000009MCho.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 08 Jan 2016 04:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280512#M55341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-08T04:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get MAX(index) FROM table [tMysqlRow]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280513#M55342</link>
      <description>row2 is wrong configured. You want to have the always latest id_partner. In this case you have to take care the the input component must run with the same connection as the output component to have always the latest id.
&lt;BR /&gt;The tMap cannot know how often you want to get the value. At the moment the component does not read the values at all.
&lt;BR /&gt;You have to use a join or simply set the row2 input in the tMap in its option as "Read for each row".</description>
      <pubDate>Mon, 11 Jan 2016 14:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280513#M55342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-11T14:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get MAX(index) FROM table [tMysqlRow]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280514#M55343</link>
      <description>Yes indeed, I am sorry, I forgot to tell you that I changed the Lookup Model as "Reload at each row" (screenshot below). 
&lt;BR /&gt;But I am still facing the same error. 
&lt;BR /&gt;The third screenshot is just to confirm that I have data in the table so I am not suppose to get any java NullPointerException. 
&lt;BR /&gt;Thank you for following me up on this issue. 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCf3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147870iF3D065AF0D00E6EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCf3.png" alt="0683p000009MCf3.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCeU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137679iD5FE721D1171D2DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCeU.png" alt="0683p000009MCeU.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBkc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129052i08B4C2BD30C416A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBkc.png" alt="0683p000009MBkc.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MClP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155453i543B06393194E8EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MClP.png" alt="0683p000009MClP.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCk8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157216i6A3EA4B68D9F8773/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCk8.png" alt="0683p000009MCk8.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCg1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157258i8814785B47557274/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCg1.png" alt="0683p000009MCg1.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 12 Jan 2016 03:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280514#M55343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T03:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get MAX(index) FROM table [tMysqlRow]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280515#M55344</link>
      <description>Hi @jlolling, 
&lt;BR /&gt;Any update on my issue ? 
&lt;BR /&gt;I looked into it, but I don't understand why this error is raised. 
&lt;BR /&gt;I added to my previous post 3 other screenshot for each tMysqlInput. 
&lt;BR /&gt;Maybe it will helps to understand that issue. 
&lt;BR /&gt;Thx.</description>
      <pubDate>Thu, 21 Jan 2016 00:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-MAX-index-FROM-table-tMysqlRow/m-p/2280515#M55344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T00:52:14Z</dc:date>
    </item>
  </channel>
</rss>

