HI there.
I have data that is coming in a single field that holds several numbers, without delimiters, example:
111112223333444
Is there a way to select unique numbers ? The output should be
1234
I saw this post but is not filtering unique numbers... Any ideas would be greatly appreciated.