Is is possible to add to a report the Reference ID of a project entered in a typeahead custom field? | Community
Skip to main content
Level 2
May 7, 2025
Solved

Is is possible to add to a report the Reference ID of a project entered in a typeahead custom field?

  • May 7, 2025
  • 1 reply
  • 279 views

I would like to display on a report not only the project name listed in a typeahead field but the reference number for that same project, is this possible?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Richard_Le_

Hi,

 

Yes this is possible with a bit of text mode. If you add a column to your report and paste the following text mode (replace "Typeahead Field Name" with the name of your typeahead field) you should find that the reference number of the project selected in the associated typeahead field will be displayed.

 

displayname=T/Ahead Ref Number valueexpression={DE:Typeahead Field Name:referenceNumber} valueformat=HTML

  

Best Regards,

Rich.

 

1 reply

Richard_Le_Community AdvisorAccepted solution
Community Advisor
May 8, 2025

Hi,

 

Yes this is possible with a bit of text mode. If you add a column to your report and paste the following text mode (replace "Typeahead Field Name" with the name of your typeahead field) you should find that the reference number of the project selected in the associated typeahead field will be displayed.

 

displayname=T/Ahead Ref Number valueexpression={DE:Typeahead Field Name:referenceNumber} valueformat=HTML

  

Best Regards,

Rich.