Right now I have a RG which displays employee names, each entry is displayed as a line item from the data base
You can see the entries are:
Jane
Jane
Larry
Larry
Jane, etc…
How would I have the RG only display each employee’s name once?
Jane
Larry
Susan
etc…
I don’t have any constraint except searching for the user (I couldn’t find a user type for this)
Any help would be appreciated!
Hi @luminrabbit 
You can do something like this:
Search for TimeEntrys: Group by Users: Sorted by name
1 Like
Thank you @rpetribu,
Grouping did work but I found a nicer way by having the RG do a search for Users and having a Group inside of there (called Group User
(type user)) data source Current cells user.
This way each employee (user is listed) then in the RG TimeEntrys data source Search for TimeEntrys
I put a constraint user = Group User's User
which did the trick.
I seriously appreciate your help 
1 Like