Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 -
Use a tAggregateRow and group by your PO. Then select the Max function for the Date output column.
Use a tAggregateRow and group by your PO. Then select the Max function for the Date output column.
This is because your output columns need to be set to List. Change the column types in your output schema of your tAggregateRow component