Hi,
I'm creating a lot of services with a service template feeded by a csv file.
For some channels here we have two probes and the element name is stored also as a property. So it's easier to access the name in Visio drawings.
Creating the property:
Property from a service where only one probe is available:
My problem is now when I use a shape with Element [property:CHANNEL_ELEMENT_SOURCEPROBE2] it will be shown. Is there a way to prevent it? I guess [element:5:name] is creating something like a wildcard.
Hi Wouter,
I thought it's maybe impossible to do something. I tried also to adapt my csv script that if instead of n/a values I put in this "Dont use me as a Filter".
After that I thought that the shape will not show up. But the shape is still there. Therefore I tried to work with show/hide like this:
<A>and<B>-A|Service:[this service]|Property:CHANNEL_MPTS_SID_BACKUP|Regex=^Dont use me as a Filter$-B|Service:[this service]|Property:CHANNEL_ELEMENT_SOURCEPROBE2|Regex=^Dont use me as a Filter$
<A>and<B>-A|Service:[this service]|Property:CHANNEL_MPTS_SID_BACKUP|Regex=Dont use me as a Filter-B|Service:[this service]|Property:CHANNEL_ELEMENT_SOURCEPROBE2|Regex=Dont use me as a Filter
But this is also not working the shape is always shown.