
Anonymous
Not applicable
2013-05-30
12:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[resolved] how to get min or max from a list of value
Hi All,
I just wonder, how talend can return me the minimum or maximum value of a list of values. See example below:
Value List
----------
2005
2006
2007
2008
2009
Expected Output
-----------------
Min Value = 2005
Max Value = 2009
Your help is greatly appreciated.
Regards,
Kal
I just wonder, how talend can return me the minimum or maximum value of a list of values. See example below:
Value List
----------
2005
2006
2007
2008
2009
Expected Output
-----------------
Min Value = 2005
Max Value = 2009
Your help is greatly appreciated.
Regards,
Kal
480 Views
1 Solution
Accepted Solutions

Anonymous
Not applicable
2013-05-30
02:59 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
480 Views
5 Replies

Anonymous
Not applicable
2013-05-30
02:59 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
481 Views

Anonymous
Not applicable
2013-05-30
04:14 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sabrina,
Thanks for the solution provided. I noticed that
Regards,
Kal
Thanks for the solution provided. I noticed that
Regards,
Kal
480 Views

Anonymous
Not applicable
2013-05-30
04:19 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
It will be highly appreciated that sharing your solution with us.
Best regards
Sabrina
It will be highly appreciated that sharing your solution with us.
Best regards
Sabrina
480 Views

Anonymous
Not applicable
2013-06-18
06:49 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
i have a job which runs periodically, and every time it needs to insert new records. max id is fetched using taggregaterow. problem is first time it gives proper max value but after inserting new records, old max id reappears.
my flow to get max id is:
tmdminput ---> taggregaterow ---> tjavarow
i am setting context variable with max id
can u please help me out?
i have a job which runs periodically, and every time it needs to insert new records. max id is fetched using taggregaterow. problem is first time it gives proper max value but after inserting new records, old max id reappears.
my flow to get max id is:
tmdminput ---> taggregaterow ---> tjavarow
i am setting context variable with max id
can u please help me out?
480 Views

Anonymous
Not applicable
2013-06-18
07:06 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI Rishi
Hope you have set the incremental id at the MDM level for every new record you have inserted into MDM. If so test please check whether it is generating Incremental id for every new record.
thanks
Anil Kumar Burri
http://anilkumarburri.wordpress.com/
Hope you have set the incremental id at the MDM level for every new record you have inserted into MDM. If so test please check whether it is generating Incremental id for every new record.
thanks
Anil Kumar Burri
http://anilkumarburri.wordpress.com/
480 Views
