Hi
would like to know how to represent the data of a table cell in visio mimic? (Value of Define Shape Data)
e.g. i have a table that dynamically getting snmp value. how to represent or reference the row 1 column 1 cell data in the Visio mimic?
Thanks
H
Hi,
You can do that by using the 'Parameter' shape data. You can reference the primary or display key of the row by making use of the ':' for static values and ',' for dynamic values. You can find examples in the DM Help. Of course, you need to link the shape also the element of interest.
Example: Get the value located in column with parameter ID '105' and primary key '1' from the current element.
Element : [this element] Parameter : 105, 1
You can also use the 'param'-placeholder to accomplish the same thing (ref. DM Help). [param:DmaID/ElementID,ParameterID,TableRow]
Kind Regards,
Jarno