Hi Everyone, it is has been a while since I have posted a question but have been trying to figure this one out with no success. I have a Project Custom Form that has a “Primary Market” field. It is a drop down list with options such as Academic, Corporate, etc. from which users can choose from. Now, behind the scenes of this field, we had assigned ‚Äòvalues’ to each of these options. For example, Academic = 10, Corporate = 9 and so on.
Now, we have created a Task Custom Form, where I want to pull in this information from the project level. On the Task Custom Form, I created a calculated data field using Project.Primary Market as the calculation, and the calculated data field for ‚ÄòFormat’ indicates ‚ÄòText’. It works BUT it is showing the ‚Äòvalue’ number and not the associated text. I want it to show “Academic” instead of “10” on the Task Custom Form. I am sure it is probably one little thing/code that is escaping me at the moment. Any help would be appreciated, Thanks!