Book a Demo

Author Topic: Tagged value questions  (Read 4169 times)

RuneSP

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Tagged value questions
« on: March 20, 2014, 03:44:46 am »
Hello

1) is it possible to add tagged values as standard to a specific element type? For instance when I make a new "Risk" element I want certain tagged values to be assigned to it right away (with default values) without I have to select "New Tagged Value" and select the values one by one from the list?

2) Is ist possible to base one tagged value on other tagged values? For instance I am interested in having one tagged value which was the multiplication of two other tagged values.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Tagged value questions
« Reply #1 on: March 20, 2014, 05:13:58 am »
You need to create a MDG. This will enable 1)

#2 I don't understand...

q.

RuneSP

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Tagged value questions
« Reply #2 on: March 20, 2014, 06:21:49 am »
Thanks for your reply, I'll look into MDG.

2) For instance if I have two tagged values with numeric values 2 and 3, I'd like a third tagged value which is the multiplication of the two other values, ie. 2 x 3 = 6.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Tagged value questions
« Reply #3 on: March 20, 2014, 07:21:56 am »
You can't do that out-of-the-box. Probably you can program an add-in that catches changes made to TVs and sets another one to some calculated value.

q.