Hi WF Community,
Can anyone assist me with some text mode in an HOUR report column that will show me the following?
Here's the text mode I concocted for this column in my hour report, but it's not displaying anything:
displayname=Client Country of Residence
linkedname=project
namekey=view.relatedcolumn
namekeyargkey.0=project
namekeyargkey.1=portfolioID
querysort=project:portfolio:{DE:Country of Residence}
textmode=true
valuefield=project:portfolio:{DE:Country of Residence}
valueformat=HTML
Any guidance is welcome.
Thanks.
Nick
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi - you don't need brackets in valuefield, only in valueexpression. Also, you don't need the DE for valuefield. Try
displayname=Client Country of Residence
querysort=DE:project:portfolio:Country of Residence
textmode=true
valuefield=project:portfolio:Country of Residence
valueformat=customDataLabelsAsString
Hi - you don't need brackets in valuefield, only in valueexpression. Also, you don't need the DE for valuefield. Try
displayname=Client Country of Residence
querysort=DE:project:portfolio:Country of Residence
textmode=true
valuefield=project:portfolio:Country of Residence
valueformat=customDataLabelsAsString
Imgrund for the win!
Thanks, Anthony.
Views
Replies
Total Likes
Views
Likes
Replies