Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to get the latest time in Talend

Hi,

 

Please advise me for below question. Thank you so much!

 

The situation is I have different POs with multiple time and I am trying to only get the latest time for each PO. for now I have no idea to achieve what I want.

 

Sample data is below - 

0683p000009LzwM.jpg

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Use a tAggregateRow and group by your PO. Then select the Max function for the Date output column.

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Use a tAggregateRow and group by your PO. Then select the Max function for the Date output column.

Anonymous
Not applicable
Author

Thank you. I think it works!
I have another issue after I run. I select "list(object)" for the operations function for other columns but I got incompatible errors. I just want to get output but not use any function for other column. I did not find the general one in function so I choose "list" or "list(object)" but it did not work. Please advise me. Thank you again!
Anonymous
Not applicable
Author

This is because your output columns need to be set to List. Change the column types in your output schema of your tAggregateRow component