Text Mode Reporting - List of users grouped by Team (not their Home Team)
I am trying to create a report that provides a list of users grouped by Team (not their Home Team) so that we can quickly see who is part of that team and click on any user name to access the user (direct link). I also want the report to filter to only include the 5 teams that I want displayed.
- I thought since I want a list of users that I should create a User report and group by Team. BUT since any team that is not the Home Team qualifies as a collection and I cannot group by a collection, I don't see how to accomplish this using the User report.
- I created a Teams report and it almost accomplished what I am looking for. It filtered to the 5 teams I wanted included and I was able to get a string (I think that is the correct term) of names listed under the Grouping by Team name. But these user names are not individual entries where the user can click on a name and be brought to the users page and I am not able to include any columns of the users info like email, phone etc.
This is the code I am using for the Team Members column:
displayname=
linkedname=direct
listdelimiter=<p>
listmethod=nested(users).lists
namekey=teammembers
textmode=true
type=iterate
valuefield=name
valueformat=HTML
viewalias=teammembers
Is there any way to accomplish what I am looking to do?