Expand my Community achievements bar.

SOLVED

How to convert lastUpdateID to text display in textmode

Avatar

Level 1

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?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Great, that's it! Please mark my answer correct to help others who may run into same question : )

If this helped you, please mark correct to help others : )

View solution in original post

5 Replies

Avatar

Community Advisor

just take off every occurrence of "ID" and replace it with ":name"

 

e.g. lastUpdatedByID turns into lastUpdatedBy:name

Avatar

Community Advisor

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.

If this helped you, please mark correct to help others : )

Avatar

Level 1

I got it! 

 

valuefield=lastNote:noteText
linkedname=direct
valueformat=text
displayname=Last Note
namekey=lastNote:noteText
textmode=true
querysort=lastNote:noteText

Avatar

Correct answer by
Community Advisor

Great, that's it! Please mark my answer correct to help others who may run into same question : )

If this helped you, please mark correct to help others : )

Avatar

Level 1

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