コミュニティアチーブメントバーを展開する。

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

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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

元の投稿で解決策を見る

2 返信

Avatar

正解者
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!