Is there a way to have a Document or Document Version report show all project tasks? | Community
Skip to main content
ajdifonzo
Level 3
June 8, 2024
Solved

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

  • June 8, 2024
  • 1 reply
  • 600 views

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.  

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lgaertner

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

1 reply

lgaertner
lgaertnerAccepted solution
Level 9
June 10, 2024

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