Expand my Community achievements bar.

Is there a way to have a Document or Document Version report show all project tasks?

Avatar

Level 3

Hi Community, I have a situation that call for a Document or Document Version report, but I also need the report to show all the tasks in a project, including those that don't have a document attached yet.  

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 9

Hi,

 

I think this depends a bit on how you expect to get the output. 

Do you want to see all tasks in an additional column?  Then you could start with the following:

 

 

valueexpression={name}
listdelimiter=<br>
listmethod=nested(project.tasks).lists
valueformat=HTML
textmode=true
type=iterate

 

 

Unfortunately you will not be able to get clickable links for the task names here (Limitations of a collection View)


If you need all tasks in rows, I would go the other way round and create a task report.

 

 

Perhaps you can specify a bit more, what you want to get in your report.

 

 

Regards

Lars