Expand my Community achievements bar.

Wondering how Workfront Proof works? Join our AMA on May 8th and ask our Community experts!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Text Mode help for issue report - project users

Avatar

Level 4

Hi there,

We have this text mode working in a project report to pull in project users into a view.

However I would like this to show in an issue report - column and don't know how to tweak it to work in that report too.

Any ideas (works in project report):

displayname=Project Team

listdelimiter=<br>

listmethod=nested(projectUsers).lists

textmode=true

type=iterate

usewidths=true

valueexpression=CONCAT({user}.{name}," - ",{user}.{role}.{name})

valueformat=HTML

width=300

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi Sherri,

Try this:

displayname=Project Team

listdelimiter=<br>

listmethod=nested(project.projectUsers).lists

textmode=true

type=iterate

usewidths=true

valueexpression=CONCAT({user}.{name}," - ",{user}.{role}.{name})

valueformat=HTML

width=300

Thanks,

Sarah

View solution in original post

2 Replies

Avatar

Correct answer by
Level 7

Hi Sherri,

Try this:

displayname=Project Team

listdelimiter=<br>

listmethod=nested(project.projectUsers).lists

textmode=true

type=iterate

usewidths=true

valueexpression=CONCAT({user}.{name}," - ",{user}.{role}.{name})

valueformat=HTML

width=300

Thanks,

Sarah

Avatar

Level 4

That worked perfectly. Thanks so much!