Use Calculated Fields to Display Program Information on Project | Community
Skip to main content
Level 3
October 25, 2022
Question

Use Calculated Fields to Display Program Information on Project

  • October 25, 2022
  • 1 reply
  • 1170 views

I am trying to display program information on a project form with a calculated field, and I cannot get it to work, I have tried a few ways. Example below. The field is on the program custom form called "Additional Regions". 

 

{project}.{program}.{DE:Additional Regions}

Project.Program.{DE:Additional Regions}

 

Both are saying it's an invalid expression. I am 90% certain I used to be able to just type "Project.Program.{DE:xxxxx}"

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

1 reply

William--
Community Advisor
Community Advisor
October 25, 2022

Try this:

{programMM|program}.{DE:Additional Regions}

I would have expected this to work also, but the above is how Workfront updated our project calc fields that reference the project's program.
{program}.{DE:Additional Regions}

You don't need or want to prefix your calculation with {project}. That would only be needed on something like a task or issue calc, when you need to pull a field from the project level. 



If you like my content, please take a moment to view and vote on my Idea Requests: https://tinyurl.com/4rbpr7hf
GrahamJarrett
Level 4
October 26, 2022

you need the MM formula now. It is as of this latest release as Workfront is updating the object model

Level 3
October 27, 2022

Ok, nothing is working still.