‎08-06-2021 08:29 AM
Hello,
Do you know how to make a metaAtribut calculated automatically according to 2 other metaAtributs ?
For example:
metaAtribut a=1
metaAtribut b = 2
metaAtribut c = metaAtribut a + metaAtribut b
Thanks
Solved! Go to Solution.
‎08-06-2021 11:41 AM
Try and search for the Macro: ~py9bBV9v4P70[Risk Level Absolute Matrix] - there you should see something in line with what your are trying to accomplish.
‎08-06-2021 11:26 AM
Do you have a concrete example of a macro?
Because I haven't found an example?
Thanks
‎08-06-2021 09:59 AM
Hi, you need to add a macro to the calculated attribute that calculates the value. You also would need to change the type of the attribute to a virtual attribute. If you query the repository for MetaAttributes that has an Implemention macro attached, you should plenty of examples of how a calculated macro is set up