displayname=Project Users
listdelimiter=<br>
listmethod=nested(projectUsers).lists
textmode=true
type=iterate
valueexpression={user}.{name}
valueformat=HTML
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
I got this to work on my project report. You can also use {roleID} instead of {role}.{name} if you want.
displayname=Designers
listdelimiter=<br>
listmethod=nested(projectUserRoles).lists
textmode=true
type=iterate
valueexpression=IF({role}.{name}="Designer",{user}.{name},"")
valueformat=HTML
Views
Replies
Total Likes
I got this to work on my project report. You can also use {roleID} instead of {role}.{name} if you want.
displayname=Designers
listdelimiter=<br>
listmethod=nested(projectUserRoles).lists
textmode=true
type=iterate
valueexpression=IF({role}.{name}="Designer",{user}.{name},"")
valueformat=HTML
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi Adina,
You helped me with this text mode a few weeks ago and it's worked perfectly. Do you know if there is a way to add to this to make this column sortable in my report view?
thanks in advance. :)
Pam
Views
Replies
Total Likes
Hi Pam, I don't know of a way to sort by a valueexpression derived value. Maybe someone else can verify (or has a way).
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies