Hello,
I have a table in my dataminer that displays information retrieved via a probe. I would like to use visio to display a specific column (for example just the id) of the last row received by the probe. Thanks in advance !
Aymeric
Hi Aymeric,
You could use the shape data ParameterControl together with ParameterControlOptions to define what specific column/row could be displayed.
When using ParameterControlOptions you will notice that we could use a filter to determine which row should be displayed in the table. The question here is how we can identify the last row?
- Do you know if that row has a known display key? If so, you could use the filter to point to that specific row
- In case the display key is not known in advanced, is there another way to identify that row? For example you could use wildcards to match a specific pattern available in the display key