View a list of project users with job roles

  1. Go to a list of projects.

  2. From the View drop-down menu, select New View.

  3. In the Column Preview area, eliminate all columns except for one.

  4. Click the header of the remaining column, then click Switch to Text Mode > Edit Text Mode.

  5. Remove the text you find in the Edit Text Mode box, and replace it with the following code:

    column.0.link.valueformat=val
    column.0.linkedname=direct
    column.0.listsort=string(name)
    column.0.namekey=name.abbr
    column.0.querysort=name
    column.0.section=0
    column.0.shortview=false
    column.0.stretch=100
    column.0.valuefield=name
    column.0.valueformat=HTML
    column.0.width=200
    column.1.displayname=Project Users
    column.1.listdelimiter=<br>
    column.1.listmethod=nested(projectUsers).lists
    column.1.textmode=true
    column.1.type=iterate
    column.1.valueexpression={user}.{name}
    column.1.valueformat=HTML
    column.2.displayname=Project Roles
    column.2.listdelimiter=<br>
    column.2.listmethod=nested(projectUserRoles).lists
    column.2.textmode=true
    column.2.type=iterate
    column.2.valueexpression={role}.{name}
    column.2.valueformat=HTML
    
  6. Click Done > Save View.

Previous pageView: project with all project team users and roles
Next pageView: remove link to an object in a column

Workfront