Hello DOJO
In a visio view that displays dynamically all its child views, we want to blink shape views only if an alarm is present
in the image below, we display the ID of each view, the number of alarms, and the color, all based on [This View] placeholder and it's OK
We have add a condition and used placeholder [This View], but it doesn't blink any view
For testing purpose, if we use an ID, it's ok, the shape blinks if alarm is present, the shape doesn't blink if no alarm is present. Obviously all child have the same behavior, linked to this static view ID
Is it permitted to use [This View] in this condition ?
The doc explains :
- For a view: View:[View name or ID]
Hi Joly,
I was able to make it work by adding the following shape data:
Options: ForcePropertyFromParenty
Below an example:
Thanks Miguel, it works