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.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes