Hi there, I would like to manipulate my tabular data into
something easier to read (one line instead of multiple lines).
My data looks like this:
Port-ID Desk# Staff
12A 22 John Doe
12B 22 John Doe
12C 22 John Doe
13A 43 Jane Doe
13B 43 Jane Doe
13C 43 Jane Doe
13D 43 Jane Doe
But I would like to Group (summarize) by Staff and have all the port-IDs concatenated together on one line on the group header field
i.e. I would like it to look like this
John Doe 22 12A,12B,12C
Jane Doe 43 13A,13B,13C,13D
Could someone direct me to the group maninpulation and formula field expression to do this?
Many thanks
something easier to read (one line instead of multiple lines).
My data looks like this:
Port-ID Desk# Staff
12A 22 John Doe
12B 22 John Doe
12C 22 John Doe
13A 43 Jane Doe
13B 43 Jane Doe
13C 43 Jane Doe
13D 43 Jane Doe
But I would like to Group (summarize) by Staff and have all the port-IDs concatenated together on one line on the group header field
i.e. I would like it to look like this
John Doe 22 12A,12B,12C
Jane Doe 43 13A,13B,13C,13D
Could someone direct me to the group maninpulation and formula field expression to do this?
Many thanks