Expandir minha barra de realizações na Comunidade.

SOLUCIONADO

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 Solução aceita

Avatar

Resposta correta de
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

Ver solução na publicação original

2 Respostas

Avatar

Resposta correta de
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!