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…
The view to be embedded is configure for the two parameters…
Reusing the logic from the application with direct addressing did not work…
What is the best way to accomplish this?



