Expand my Community achievements bar.

Do you have questions about the migration to Adobe Business Platform? Come join our upcoming coffee break and ask away!
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