Hi All,
I have a "Microsoft Platform" protocol, with some "Service List" table row data.
I'm trying to use a Visio shape in this way:
PARAMETER: from a table row value "ServiceA"
ALARM: from another table row value "ServiceB"
Both from SAME element.
Visio Shape data:
Element <<DmaID/ElementID>>
Parameter <<101:ServiceA>>
Alarm <<354:ServiceB|ALARM>>
(ParameterID:TableRowKey)
Parameter is shown as expected. But alarm doesn't work.
If i separate them and i use one only one, they both works (individually).
It's doesn't work also if:
Remove "|ALARM"
or if i remove Element Data field and use:
Parameter <<DmaID/ElementID/101:ServiceA>>
Alarm <<DmaID/ElementID/354:ServiceB|ALARM>>
(in this case, it works only alarm and the parameter is blank)
Please, can someone help me? Where am I going wrong?
Reference:
https://docs.dataminer.services/dataminer/Operator_guide/Visio/linking_shapes/Linking_a_shape_to_an_element_parameter.html
https://docs.dataminer.services/dataminer/Operator_guide/Visio/linking_shapes/Linking_a_shape_to_an_alarm.html
Hi Gabel,
I am not sure if it is possible to link one shape to a parameter, and at the same time link it to an alarm from a different parameter.
A possible option could be overlapping two shapes (one for each parameter). The top shape should be 'Text' shape.
Example:
Source table

Visio file:

Hope it helps.