Hi All
I am trying to show information from an element table onto an element based visual, in this instance the suppressed value(PID 4056).
usually i would use Parameter shape data with 4056,[tableindex] however this doesn't work in this case. I have multiple panels on one visual so each panel will need to get its own information using Streaming Locator ID to define which row to use.
Does anyone know the best way to do this?
Thanks
Hi Ryan,
The basic way of showing a parameter value on Visio is indeed by using a "Parameter" shape data with the value set to "ParameterID:TableRowKey" in case of a table parameter.
Linking a shape to an element parameter | DataMiner Docs
Note there are some variants that should use a "," in between the parameter ID and the Table Row key for example when using a wildcard or placeholder [property] / [param] to refer to the row key.
In your case, are you generating your shapes dynamically as child shapes from the table rows? And that is where you use the [tableindex] placeholder?
It might be good to paste a screenshot of your shape data to better assess where it is going wrong.