Hello, I am trying to build an issue report that displays the last update. However, lastUpdateID displays a string of text (e.g.7wlsjdijiwijfldjfoy61892). How do I modify it in text mode to display the actual text?
Solved! Go to Solution.
Views
Replies
Total Likes
Great, that's it! Please mark my answer correct to help others who may run into same question : )
Views
Replies
Total Likes
just take off every occurrence of "ID" and replace it with ":name"
e.g. lastUpdatedByID turns into lastUpdatedBy:name
Hi, if you're looking to pull the last update (comment in Updates feed), you'll want to pull 'Last Note > Note Text' into the report.
I got it!
valuefield=lastNote:noteText
linkedname=direct
valueformat=text
displayname=Last Note
namekey=lastNote:noteText
textmode=true
querysort=lastNote:noteText
Great, that's it! Please mark my answer correct to help others who may run into same question : )
Views
Replies
Total Likes
I am using lastNoteID but I want to convert it to text. Here is my text mode:
displayname=
linkedname=direct
namekey=lastNoteID
querysort=lastNoteID
textmode=true
valuefield=lastNoteID
valueformat=text
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies