Is there a way to add two calculated fields together that are from two different object types? | Adobe Higher Education
Skip to main content
Level 4
March 17, 2022
해결됨

Is there a way to add two calculated fields together that are from two different object types?

  • March 17, 2022
  • 1 답변
  • 435 조회

(i.e. project type and task type)

이 주제는 답변이 닫혔습니다.
최고의 답변: imgrund

Yep - as long as both fields are number fields and you are doing the combined calculation on the "lower" object type. (So in the case of Project and Task, you would have to do the calculation on the task. The reason is that you can reference in calculations, but you cannot use collections).

Not sure what fields you are using. But let's say had Budget Left Over fields on both the object types. And I want to see what is the value left on the task level. I could do...

Project.Budget Left Over-Budget Left Over

(Not the best example, I know, but I couldn't think of a better one #FridayBrain 😜 )

Hope that helps

1 답변

imgrund
Adobe Employee
imgrundAdobe Employee답변
Adobe Employee
April 1, 2022

Yep - as long as both fields are number fields and you are doing the combined calculation on the "lower" object type. (So in the case of Project and Task, you would have to do the calculation on the task. The reason is that you can reference in calculations, but you cannot use collections).

Not sure what fields you are using. But let's say had Budget Left Over fields on both the object types. And I want to see what is the value left on the task level. I could do...

Project.Budget Left Over-Budget Left Over

(Not the best example, I know, but I couldn't think of a better one #FridayBrain 😜 )

Hope that helps