Hello everyone!
Happy new year!
We would like to have a watermark in the role lane. Currently we have a solution with a second attribute, which we place in the middle of the lane. This means we have two attributes with the same value, which is prone to errors once you change the name of the lane. In the screenshot you can see, what we mean with the watermark and the second attribute.
The attribute "Name" is the one, which is black on the left side of the lane. The attribute "Full name" is the one, which we place in the middle of the lane as a watermark. Does anyone have an idea how we can place one attibute at two positions? Or how the second attribute always has the same content as the first one?
Best regards,
Greta
Hello Greta,
ARIS has no concept of a dependence between attribute values, but in order to copy Name into Full Name when Name is changed, you could try an event triggered macro like this.
Be aware that the Macro Scripting API uses different object references and methods than Report Scripting, e.g. Designer.setAttributePermanently() instead of Report class Attr - Method setValue
Read more on background and pitfalls here
Regards, Martin