Tasks in a project report are collections (one to many) because a project can have many tasks. You can display a collection with standard collection code:
displayname=Call this whatever you like
listdelimiter=<br>
listmethod=nested(object).lists
textmode=true
type=iterate
valuefield=name
valueformat=HTML
Edit the BOLD Underlined items to customize.
In your case, you want to display a field in a form attached to a task in a project, right?
If so, you could use the following:
displayname=Spelling field value
listdelimiter=<br>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression={DE:Spelling}
valueformat=HTML
This example displays a custom field called "Spelling" on a form attached to some of the tasks.
If it's a custom field, use "valueexpression={DE:Field Name}", like the example.
If it's a built-in field, use "valuefield=fieldName"
Is this what you needed?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.