Document approvals to show in a nested column on a task report
The Ask: Create a task a report that shows me the approval task in the workflow with all the task data. Then show me an indicator if there are documents pending approval. (customer uses document approvals)
Is this possible on a task level report? I can get the names of the documents but no dice on the approval status of those documents.

listdelimiter=<hr>
listmethod=nested(project.documents).lists
name=Documents
stretch=0
type=iterate
valueexpression=CONCAT({name}," versions: ",{lastVersionNum})
valueformat=HTML
