I'm trying to add a column to a document version report that contains data from a custom field on the project. Here is the code I have, but it's not producing results. Any suggestions?
displayname=Asset Type
linkedname=document
namekey=view.relatedcolumn
namekeyargkey.0=document
namekeyargkey.1=project:DE:Asset Type
querysort=document:projectID
textmode=true
valuefield=document:project:DE:Asset Type
valueformat=HTML
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
This should work for you, in my example I am using a field that is in my system and below that the same text with your field. I changed "valuefield" to "valueexpression" and used brackets.
displayname=Asset Type
textmode=true
valueexpression={document}.{project}.{DE:MCS - Project Type}
valueformat=HTML
displayname=Asset Type
textmode=true
valueexpression={document}.{project}.{DE:Asset Type}
valueformat=HTML
Views
Replies
Total Likes
This should work for you, in my example I am using a field that is in my system and below that the same text with your field. I changed "valuefield" to "valueexpression" and used brackets.
displayname=Asset Type
textmode=true
valueexpression={document}.{project}.{DE:MCS - Project Type}
valueformat=HTML
displayname=Asset Type
textmode=true
valueexpression={document}.{project}.{DE:Asset Type}
valueformat=HTML
Views
Replies
Total Likes
Thank you!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies