How to pull data from User Typeahead field attached to the Project Object into a Task Report
Hi community.
We want to pull a user name entered into a typeahead field at the project object level into a column in a task report.
In the task report, the typeahead field shows up as an available section to report with, but as this is a task report, I expect that it will only pull that data into the report if the data was entered into a form attached to the task. In this scenario, the data is actually attached to the project.
Here is the typeahead field as it appears in the 'Show in this column:' section of the task report editor

and here is the text mode of that column when selected

... when saved, the column returns no data (it is blank)
I hoped that updating the valuefield line to project:CAM | Requestor Name:name would do the trick (see below), but it still shows up blank.

Keeping in mind, it is possible to pull some project data (such as the owner) into a task report using this method, for example:

gives you

Any ideas on how we might achieve this?