Prevent showing Duplicate Names?

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 :smiley:

thanks in advance

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

You want :unique elements.

image

Put the element you want after this …

image

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

up for this

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.

This topic was automatically closed after 70 days. New replies are no longer allowed.