I have a multi-page visual overview where I only want to display a specific page on a specific view. I'm trying "Visible=[this view];=ViewName" but doesn't seem to work. Is it possible or do I need to add a property to each view instead?
Hi Chris,
According to the DataMiner Help, only the following placeholders are supported for the shape data field Options (Visible/Hidden):
- [param:...]
- [property:...]
As you already suggested, a possible option is using a view property to show/hide a Visio page.
Hi Chris,
As mentioned by Miguel, this is not possible on page level if you don't want to work with view properties.
Another way to achieve this is by Turning a shape into a table control that displays pages of a Visio file or Making a shape display a particular page of the current Visio drawing. Here you can make use of extended show/hide functionality to make a certain page or a default page visible.