Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Save the value of a calculated field

Avatar

Level 3

We have a calculated field that generates a name based on project parameters. I'd like to save that calculation into a text field that doesn't change even if the parameters of the project change down the road. Is that possible?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

 

Hi @FlorenceCr,

 

This is a good fit for this Targeted Auditing technique, which -- for a custom calculated parameter called My Special Project Name -- would be as follows, substituting the ... with your existing calculation:

 

IF(ISBLANK({DE:My Special Project Name}, ... , {DE:My Special Project Name})

 

Regards,

Doug

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

 

Hi @FlorenceCr,

 

This is a good fit for this Targeted Auditing technique, which -- for a custom calculated parameter called My Special Project Name -- would be as follows, substituting the ... with your existing calculation:

 

IF(ISBLANK({DE:My Special Project Name}, ... , {DE:My Special Project Name})

 

Regards,

Doug

Avatar

Level 3

Thank you Doug! This works great!