In Visual Overview, you can retrieve a parameter in a table using a wildcard.
For example:
Parameter 109:MyService*
But it doesn't work for a Set parameter.
How can I set a parameter in a table with an index that contains a wildcard?
I don't believe this is supported as of yet (not by the Visual Overview nor by the server).
A workaround could be to execute a script that retrieves the rows that match the wild card and then perform a parameter set for each of them.
Hi Bernard,
If I understood correctly, you would like to perform a set on column parameter based on index. In your overview, you are mapping this index using a wildcard.
You could try using the shape data ParameterControl (see DataMiner Help for additional information). For example, if I have the following table:
In this case, the column parameter B2, index 'ROW_12' was the latest cell updated. If I use the following shape data fields in a shape:
Element: TEST_ELEMENT_01
ParameterControl: 2002:ROW_1*
ParameterControlOptions: IncludeWrite
I will be able to see the following shape in my overview:
In case you would like to set a specific cell, then you will need to either use the full index in the shape data field, or use placeholders