Dear,
in "..edit in Visio":
I want to display one cell value of table in MS Visio.
Is that possible? How can I achieve it? (Element + Parameter?)
I want also to display just an alert (color) of one column (e.g. DOWN=red etc)
of the elementtable. Possible?
Do you have maybe some code (visio Element, Parameter)?
Thanks and best regards Cedric Buerfent
As this question has now been inactive for a very long time, I will close it. If you still want more information about this, could you post a new question?
Hi Cedric,
That is pretty straightforward in Visio. You can find examples over here: Basic shape data field configuration. Of course, you do need to know the primary key or the display key of the desired row.
There is also a nice tutorial on this topic: Getting started with basic shapes | DataMiner Docs. The only difference is that you should include the aforementioned key in your Parameter shape data.
Kind Regards,
Jarno
Ok I ll try out. Thanks.
Suppose I have this Element:
Element: 5909/555
Ids:
ID 100 : IfTable
ID 101 Index
ID 102 Interface Name
ID 103 TX Capacity
Do you have examples for:
– How can I display one interface name matching a prefix? (latest match wins?)
– How can I display all interfaces names matching a prefix? (a list)
– How can I display the “TX Capacity” with “Interface Name = dtm1:5” (a reference)
Regards Cedric
any news on this one?
Hi Cedric, I had overlooked your comment. I’m sorry for this.
Typically the interface name is part of your display key. I assume this is also the case for the connector that you are using.
– How can I display one interface name matching a prefix? (latest match wins?)
Answer: We do have placeholders, but it will return the first match that it gets.
The shape data ‘Parameter’ holds the Parameter ID together with the display key, e.g. Paramater : 102,eth*
– How can I display all interfaces names matching a prefix? (a list)
Not that easy but should be possible. The following placeholder can return a whole column (seperated with the | character). On top of that, you can use RegexReplace to do the filtering.
– How can I display the “TX Capacity” with “Interface Name = dtm1:5” (a reference)
I’m not sure if I fully understand this question here. You can use the answer from the first question for this. The index can contain ‘dynamic’ values such as a reference to a property, parameter or session variable.
Kind Regards,
Jarno
Hi Cedric,
I see that this question has been inactive for some time. Do you still need more information for this? If not, could you select Jarno’s answer to indicate that the question is resolved?