We have setup a custom view in DataMiner (refer to the attachment)
- Let's assume, we have 40+ services in the European region. We wanted to have a search functionality based on the service name. When searching for service by name, it has to take the relevant service. Is it possible in Visio?
You can simulate the search functionality with 2 basic Visio functionalities:
- Add a text box that sets a session variables, this will act as a search.
- Add a 'Show' condition to each service based on the name. As long as the name matches the search string, we keep showing the shape.
Example:
Show <A>-A|Element:*|Name|RegEx=[var:SearchBox]
This is how it looks like in action:
Hi Jeyaram, the search box should only contain a “SetVar” shape data containing the name of the variable. In my example this is “SearchBox” (e.g. SetVar SearchBox). The other shape data should be applied to the shape representing a service. Feel free to also watch the Visual Overview course as this explain the above concepts in more detail.
Hi Ben,
I did create the top long rectangle shape and configured the shape Data “-A|38702/96331:*|Name|RegEx=[var:SearchBox]” but I cannot see the log rectangle box in the frontend.
Anything wrong?
PS: I can’t find an option to attach screen grab.