Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a question please advise -
I am trying to output only latest record in tMap - for below example I only need 3/12/2019 record show in my output report. for now I can only catch all record or the first one. those input data are showing no sequence.
Thank you!
| Trans DateTime | record |
| 3/11/2019 6:51 | A |
| 3/12/2019 10:43 | A |
| 3/11/2019 8:08 | A |
@vapukov you're right. I didn't notice that there are first and last functions. Thx