Hi Dojo,
I have a visual in which I have a simple matrix representation by just showing 2 lines.
Now I want to apply show/hide functionality on those lines based on the matrix crosspoints.
Is it possible to see if a output is connected to a specific input?
Hi Jens,
You can probably add input/output shape blocks in the grey shape you have in the middle, group these and link the group to the matrix parameter. Then connections in the matrix should be drawn automatically in this shape. See Linking a shape to a matrix parameter for more info.
If the lines are linked to a parameter, I believe it should be possible to use the Parameter shape data, along with a simple show/hide condition and the ParameterSubscriptionFilter shape data to get the line linked to the right parameter and then shown/hidden based on said parameter. Maybe the show/hide condition is not even needed, because depending on your use case, if the filter matches nothing, nothing will be shown.
Hi Michiel, this works for showing the connection. Problem is that I only have the Matrix component available in the element and no Input/Output tables. I was hoping to see the connected input(s) for a specific output so that I can show/hide other shapes in my visual.