Hello,
Is anyone please able to advise what the syntax would be if using SetVar in Visio and assigning the variable as a specific table cell? Can table filtering work within SetVar or could I use the row index?
Many thanks,
Carys
Hi Carys,
I believe the following is what you are looking for. You will need to use the IDX of the row to get to the specific parameter cell you are interested in. Following is the configuration I have working:
SetVar | VariableNameX[Param:dmaid/eid,pid,IDX]
For more information on SetVar - Turning a shape into a control to update a session variable | DataMiner Docs
For more information on using the param: placeholder - Placeholders for variables in shape data values | DataMiner Docs
Let us know if you have any other questions.
Thanks,
Steve

This works! Thank you