Hi,
Has anyone been able to use text mode to group by project name (or ID) on a baseline task report? I tried the below as a starting point, but it is zero value
group.0.linkedname=task group.0.namekey=view.relatedcolumn group.0.namekeyargkey.0=task group.0.namekeyargkey.1=Project ID group.0.valuefield=task:Project ID group.0.valueformat=customDataLabelsAsString
Solved! Go to Solution.
Views
Replies
Total Likes
@LaurensKr1, this should do it:
group.0.displayname=Project
group.0.linkedname=task
group.0.namekey=view.relatedcolumn
group.0.namekeyargkey.0=task
group.0.namekeyargkey.1=project
group.0.namekeyargkey.2=name
group.0.valuefield=task:project:name
group.0.valueformat=HTML
textmode=true
Views
Replies
Total Likes
if you are looking in the API explorer, you need to use the italics stuff on the right side of the page. So rather than Project ID, which shows up on the left, you would use projectID which shows up on the right.
Views
Replies
Total Likes
@LaurensKr1, this should do it:
group.0.displayname=Project
group.0.linkedname=task
group.0.namekey=view.relatedcolumn
group.0.namekeyargkey.0=task
group.0.namekeyargkey.1=project
group.0.namekeyargkey.2=name
group.0.valuefield=task:project:name
group.0.valueformat=HTML
textmode=true
Views
Replies
Total Likes