Calculated Attribute

Is there a way to have a field that is calculated from other fields in a work item? For example, given field A = integer, field B = integer, and field C = integer, can field C = field A * field B? I haven't been successful in returning any results talking about this or implementing it.
Thanks in advance.
Thanks in advance.
One answer

Hi
You can implement and contribute an editor presentation that does whatever you want. How this can be done is described in the wiki: https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentations.
The presentation can then listen to changes of both attributes and display the result accordingly.
Regards
Marcel
Jazz Work Item team
You can implement and contribute an editor presentation that does whatever you want. How this can be done is described in the wiki: https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentations.
The presentation can then listen to changes of both attributes and display the result accordingly.
Regards
Marcel
Jazz Work Item team