-
Hi there, so I have a lot of meeting notes, where I kept track on participants. I was thinking it would be useful if I got a list of all the participants from a specific set of meetings (often they represent people related to a project). So I am doing something like that
Now, this gives kinda what I want but it would be nice if I can get the names only once i.e. unique list based on the people or for extra points if I can sort them by the number of occurrences and have this displayed as an extra column. i.e
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think you're looking for group by. Look at #1033 as well. |
Beta Was this translation helpful? Give feedback.
I think you're looking for group by. Look at #1033 as well.