Hello,
Say if I have the following records:
F
G
A
B
B
G
C
D
What I like to do is a break-by but without the sorting.
The end result I like is to have it be in the same order but give me unique values:
F
G
A
B
C
D
As mentioned, if I do a break-by it sorts it but I do not need the sorting. I need it to show in the same order but without the duplicates.
Thanks
Say if I have the following records:
F
G
A
B
B
G
C
D
What I like to do is a break-by but without the sorting.
The end result I like is to have it be in the same order but give me unique values:
F
G
A
B
C
D
As mentioned, if I do a break-by it sorts it but I do not need the sorting. I need it to show in the same order but without the duplicates.
Thanks