Book a Demo

Author Topic: Automatically calculate attribute value  (Read 3034 times)

surel

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Automatically calculate attribute value
« on: June 12, 2013, 10:49:02 pm »
Hi,

I'm creating a profile with a custom Risk element.  This custom Risk element has three attributes (that will show up as Tagged Values when modelling).  

Two of the three attributes are numerical enumeration types.  The value of the third attribute will be the product of Attribute 1 and Attribute 2.

Example:
Attribute 1 = 3
Attribute 2 = 5
Attribute 3 = 3 x 5

What I would like to know is whether there is a way that I can automatically calculate and update the value of Attribute 3 every time that either Attribute 1 or Attribute 2 changes?

Thanks,
Surel
« Last Edit: June 12, 2013, 10:49:37 pm by surel »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Automatically calculate attribute value
« Reply #1 on: June 13, 2013, 12:09:16 am »
Write an add-in to do that. There's definitely nothing out-of-the box to fulfill your requirements.

q.