Hi, guys need your help with one of the questions here. The first 2 columns have ids, and the last column has text. A sentence is to be created using those Ids.
If the desired Output is the last two records of the dataset this can be achieved by sorting on sequence order and then using a summarize tool to concatenate the text field - grouped by the ID to keep them on separate lines