Hi WF Community,
Does anyone know if it's possible to display Baseline Task (object) field data as columns within a project view. For example. if I'm on a project, I can see Baseline Task Field A and Baseline Task Field B as columns displayed inline with each task in my project.
The API Explorer says there's no collections related to the Baseline Task object, but there is a Reference to the Task object. Since the task object is one layer down from the Project object, I was wondering if there is a possibility here?
I tried to embed a dashboard in the Project section of a layout template, to which that dashboard has a Baseline Task report in it, but Baseline Task reports don't reference project ID's, so it doesn't narrow the results to just the project you're viewing :(
Any ideas are welcomed.
Thanks.
Nick
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Huh! Fancy bumping into you at the corner of Baseline Task and Reporting, Nick!
I'm working on something similar myself today, so am happy to share the example below (e.g. pulling Planned Start Date from the Default Baseline Task in a Task Report), which you might either be able to use directly, if you move down to a Task report, or adapt into an "Iterate" column, if you decide to stay at the Project level.
Regards,
Doug
displayname=Baseline Task Planned Start Date
linkedname=defaultBaselineTask
namekey=view.relatedcolumn
namekeyargkey.0=defaultBaselineTask
namekeyargkey.1=:task:plannedStartDate
querysort=defaultBaselineTask:task:plannedStartDate
textmode=true
valuefield=defaultBaselineTask:task:plannedStartDate
valueformat=HTML
I thought that was you hanging around ye ol' street corners ;)
Thanks for this idea. I'll see if it has potential, given my situation.
Views
Replies
Total Likes
Morning, Doug!
When you say "adapt into an "Iterate" column, if you decide to stay at the Project level", what exactly does that mean?
Attached is a screenshot of what I'm trying to do. The assumption is that I'm looking at the task list on a given project, and hoping maybe a text mode view might accomplish this?
Views
Replies
Total Likes
Hi Nick,
@NRYN R - inactive‚ has a good resource here (just search for "iterate" on the page).
What you're doing looks similar to my Project Management Time Travel blog post, which rather than Baseline Tasks uses Copied Projects, which I'd no longer recommend, (having inadvertently taken the Workfront Datacenter down doing so, back in the day; again, mia scuse).
Instead, you could use a Baseline Task report with:
Have fun, and I'm interested to hear how you make out!
Regards,
Doug
-----------------------
Project Name column textmode:
valuefield=baseline:project:name
querysort=baseline:project:name
valueformat=HTML
displayname=
linkedname=baseline
namekey=view.relatedcolumn
namekeyargkey.0=baseline
sortOrder=2
sortType=asc
Hey Doug, could you help me with this piece?
Any help is appreciated!
Views
Replies
Total Likes
Certainly @JamesM-MERGE,
Try changing the Task Project Name formula to {project}.{name} to go "up" to the project from the task (vs {name} which as you discovered, retrieves the task name)
Regards,
Doug
Views
Replies
Total Likes
Thanks Doug!
Views
Replies
Total Likes
Great, thanks for this, Doug! I think I'll have to re-read a few times, but I'm curious to see how this turns out.
Views
Replies
Total Likes