Hi, If I have records like this:
A,B
A,C
D,B
B,A
but I want the records sorted so
A,B
A,C
B,D
A,B
so I end up with duplciates is this possible the nearest thing I could find was "StringElementDuplicateRemover" but this removes string information?
cheers