The report is a Task type report. I have completed the report and here is the text for the text mode of the column in which I am trying to display the Business Analyst name.
displayname=PROJECT BUSINESS ANALYST NAME
linkedname=project
namekey=view.relatedcolumn
namekeyargkey.0=project
namekeyargkey.1=AssignedBusinessAnalyst
textmode=true
valuefield=project:AssignedBusinessAnalyst
valueformat=customDataLabelsAsString
The Custom Form has the field AssignedBusinessAnalyst which contains the name of the Business Analyst
Here is the result of the report. The third column is the Name. Two lssues exist.
1. The first project is not showing any data but data exists in the field - not sure why no data is displayed.
2. The second project is showing data but I only want to see the name (the data for the name is correct in what is being displayed)
Solved! Go to Solution.
Views
Replies
Total Likes
the syntax for pulling what you need off a typeahead field is a bit tricky. It will end up looking something like this:
displayname=______
linkedname=project
textmode=true
valueexpression={project}.{DE:______:name}
valueformat=HTML
I don't know why the data wouldn't show up, if there's data in that field on that project. So after you double check that, I would suggest looking up the actual user (even though the answer is hardcoded into that project, does the user still exist). And then after you find that the user still exists and the custom form is correct, I would recommend having your authorized service contact submit a ticket to Support.
Hi @BillPe two questions:
1. Is the custom form on the project or the task?
2. Is "AssignedBusinessAnalyst" a Text or TypeAhead field?
Views
Replies
Total Likes
Hello Monique
The Custom Form is for a project
The AssignedBusinessAnalyst is a TypeAhead field
the syntax for pulling what you need off a typeahead field is a bit tricky. It will end up looking something like this:
displayname=______
linkedname=project
textmode=true
valueexpression={project}.{DE:______:name}
valueformat=HTML
I don't know why the data wouldn't show up, if there's data in that field on that project. So after you double check that, I would suggest looking up the actual user (even though the answer is hardcoded into that project, does the user still exist). And then after you find that the user still exists and the custom form is correct, I would recommend having your authorized service contact submit a ticket to Support.
Skye,
That solved my problem. Thank you
Bill
Views
Likes
Replies