Hi Dojo!
I have a question regarding how to display specific rows of a table in Visio.
Here’s the scenario:
I have an element containing a table. In a service, I added this element with a filter applied to a particular row of the table, and I want only that row (on the Data) to be displayed.
To achieve this, I configured a children shape with the following Visio configuration:
- Children container
- Child
- Parameter
This setup successfully displays the row I want, but it also shows two extra rows that I’m trying to exclude. I have tried using options like ForcePropertyFromParent
but it doesn’t seem relevant in this case.
Is there a way to configure this to force only the row added in data to be displayed?
Thank you in advance for your help!