I have a visibility binding for a pipe link such that…
If the LinkState of its associated tag is true, then I want the pipe link to be visible. If the LinkState of the associated tag is false, then I want the pipe link to be visible and blinking.
I was able to accomplish this when using direct addressing using the following configuration…
I attempted to duplicate this in an application where the tagpath and the blink tag use indirect addressing. The primary view contains custom parameters…
That are passed to an EmbeddedView on a tab of a TabContainer…
Make custom properties (and set them to private) on the view you are embedding. Then create indirect tag bindings on these properties for the values you need from tags, one property per tag value you wish to pull in. In your visibility expression, use the view custom properties in place of the tag. Your visibility expression would look something like:
I think this will only further lead the OP down the wrong path, and it’s misleading too considering what should be done to get it working, ie by adding the custom props as @ryan.white said, because the valid indirect tag binding path is in fact: