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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
MCANTAL1639145723
Contributor
Contributor

Find first and last data with group by

Hi, 

I have datas like this :

 

And I need to find for each mag and day, the first and last Num of the day.

In my example, the result must be :

result.png

How to do in Talend ? With tAggregateRow ?

Thanks.

Labels (2)
1 Reply
Shicong_Hong
Employee
Employee

Yes, tAggregateRow component can fit your need. 

2024-03-13_10-47-41.png

Here is the online documentation of tAggregateRow component. 

https://help.talend.com/r/en-US/8.0/processing/taggregaterow

Regards

Shong