Hello, I am wondering how I can better aggregate my rows. I thought I had a clever idea by using the summarize tool and concatenating my reference numbers, but since every possible combination did not exist in the record set, I ended up getting this result. Is there a way turn the current record below to the desired record systematically. I thought that using the multi row formula could do this task, but I cannot make it work.
| Current Record: | | | Desired Record: | |
| Control# | Policy# | | Control# | Policy# |
| A1234;Z4569 | 1ABCD | | A1234;Z4569 | 1ABCD;9WXYZ |
| Z4569 | 1ABCD;9WXYZ | | | |