Question
I have the text mode below in a project report to show the name of a user with role as designer. Is there code I can add so the report can be sorted by this column?
displayname=Designers
listdelimiter=<br>
listmethod=nested(projectUserRoles).lists
textmode=true
type=iterate
valueexpression=IF({role}.{name}="Designer",{user}.{name},"")
valueformat=HTML