I have tried for a few days and cannot figure this out. I tried via a project, task and custom form report unsuccessful. I entered a support ticket and was told to use a custom form report but can't figure it out and waiting for support.
Anybody willing to share text mode from custom form report to pull project, tasks and all custom form names attached to each task. The goal is to see on a project, the names of all/each of the custom forms attached to each one.
Very appreciated in advance!
David
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Here you go!
displayname=Custom Forms
linkedname=category
listdelimiter=<div>
listmethod=nested(objectCategories).lists
namekey=view.relatedcolumn
namekeyargkey.0=category
namekeyargkey.1=name
querysort=category:name
textmode=true
type=iterate
valueexpression={category}.{name}
valueformat=HTML
This should be easy enough with a Task report grouped by Project. You can then add a column into the report using Category>Name, that should then display in that column the name of the Custom form attached to each task. Please note it may only showing the first form in the list if you have multiple forms attached.
Views
Replies
Total Likes
Thanks Chris. Tried and the problem is the latter you mentioned as I only get the 1st form and need to get all attached to a task 😞
Views
Replies
Total Likes
Here you go!
displayname=Custom Forms
linkedname=category
listdelimiter=<div>
listmethod=nested(objectCategories).lists
namekey=view.relatedcolumn
namekeyargkey.0=category
namekeyargkey.1=name
querysort=category:name
textmode=true
type=iterate
valueexpression={category}.{name}
valueformat=HTML
Thank you as that did the trick on a task report!!!