Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!
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!