Hi Dojo,
Is there a way to filter which rows from a table are displayed in a state component using the display key?
I noticed that filtering by indices is possible, but those indices can change over time.
Ideally, I would like to filter based on the display key instead. Is that supported?
Thanks!
Hi Wout,
The component is linked to a Parameters – from > protocol > table > column.
P.S.
I don't believe it's possible to feed the state component with a query.
Hi Ive,
A State component that has Parameter data can only have an Index and/or Element as filter (depending on the parameter type). It isn't possible to filter on the display key.
Alternatively, it is possible to fetch this data using a query and use that in the state component. Note that this means the updates work differently and you loose the alarm state indicator.
Hi Ive,
Can you add some more info about the data that is used in the state component? Is it a Query, Variable, Flow, coming from a different component, … ?