Expand my Community achievements bar.

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
Level 10

 

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
Level 10

 

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