Hi Dojo,
we have a nice drawing for services, to enhance the usuability we would like to add a link to a webui.
Therefore I would like to use a shape type link with the polling ip of the element.
Is this somehow possible?
I just found [param:DmaID/ElementID,ParameterID] but I guess ParameterID can't be used for pollingip.
Hi Stefan,
The <ElementIP> works when used in a link shape data within an element context. You can get this to work by creating a group linked to the element, and in that group, create a "link" shape that uses the <ElementIP> placeholder. I've attached some screenshots of a setup using the DMA IP from a Microsoft platform element and embedding the monitoring page to show the principle:
- Link shape using ElementIP:
- Group linked to the Element using the property placeholder
- Structure of the shapes: "Sheet.4" is the group with the "Element" shape data, "Rectangle.3" has the "Link" shape data
The result:

Hi Stefan, you can use the <ElementIP> placeholder. For more details, please check Linking a shape to a webpage | DataMiner Docs

Hi Michiel,
I think it's only working when you are on an element page.
I tried different settings with Element and Link, but it's not filling in the IP.
I'm on a service view, Element can be found with [Property:CHANNEL_ELEMENT_SOURCEPROBE1]
Michiel,
I was already close at the solution. But also with your solution I had to do an adjustment. For the outer shape enabled=false and for the inner shape enabled=false so the link if you click is working.
Thanks for your help!