I would like to get an ID by clicking a row in the table and display the name or other parameters circled in blue.
Is that possible?
Currently, I do it in another way using like circled in green
Hi Tomoya
In the protocol/connector you can specify an option for each column of the table called "SelectionSetVar" + the name of a session variable. When a user clicks a row in the table, it sets a session variable with the content of that cell. This session variable can then be used on another shape in your visio. See below example.
Hi Tomoya,
I believe for this case you will need to modify the connector to make use of the option SelectionSetVar. This option will allow you to link a column to a session variable. In case you would like to allow a user to make a single row selection, you can add the option SingleSelection in your shape data ParameterControlOptions.
Hi Miguel,
It worked well. Thank you so much.
Hi Jochen,
It worked well. Thank you so much.