Project Report w/tasks
Project report - is there a way to start combining 'tasks' into a project report?
Project report - is there a way to start combining 'tasks' into a project report?
Hi! I recently added tasks that were coming up for the next 6 weeks in to a project report using someone else's amazing text mode code I found in the community.
Add in a new column to the report, switch to text mode and then drop in the below text mode. This can be tweaked to fit your needs.
TASKS=6 weeks ahead
displayname=Upcoming Tasks - 6 Week View
listdelimiter=<div>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF({numberOfChildren}=0,IF({plannedCompletionDate}>$$TODAY+1d && {plannedCompletionDate}<$$TODAY+6w,IF(ISBLANK({actualCompletionDate}),CONCAT({plannedCompletionDate},": (",{name}," | ", {assignedTo},")"))))
valueformat=HTML
width=300
The only thing I have not been able to figure out yet is if the tasks can be in order by due dates, but having this one stop shop report has been a game changer with this new column.

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.