Calculated value cannot be used during its own calculation

0
Hi guys, i’m getting this error “Calculated value cannot be used during its own calculation” in calculated attribute, how to fix it?
asked
1 answers
0

The obvious answer; don’t use it recursively? Also be aware that calculated attributes are bad for performance in many ways. Only use them if really really needed. What is your use case?

answered