Hi, is there a way to prevent RG to show same or duplicated names or email?
because i have a thing that contains all users log info and i want to show only the recent or latest log of that user including other users
my current RG looks like this
NAME | COUNT
Jay | 3
John | 1
Jay | 2
Steve | 1
Jay | 1
what i want is to show only a single Jay | 3 which is the recent so it should look like this.
NAME | COUNT
Jay | 3
John | 1
Steve | 1
how you got my point 
thanks in advance
alex5
2
Did you try adding :unique to the search that loads the Repeating Group?
1 Like
you mean in data source? No, i can’t do Search for Members’info:unique id
NigelG
4
You want :unique elements.

Put the element you want after this …

hmm… i can only do Search for Members Status:unique elements but it still showing duplicate names
i tried to do this image below but i can’t
NigelG
7
Ah, I see what you mean.
Unique element prevents the same USER being shown multiple times, not the same name.
To exclude duplicate names you would need to pull back the name as Text and do a unique on that.
system
Closed
8
This topic was automatically closed after 70 days. New replies are no longer allowed.