Hi Dojo,
I'm trying to create a table in my Visio that only displays rows that have an alarm on them. I have followed this documentation (https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Dynamic_table_filter_syntax.html?q=tablerowfilter#alarm) and written the following shape data but it isn't filtering at all.
Could you please advise what I might be doing incorrectly?
Hi Carys,
I don't see immediately what is wrong with the TableRowFilter. But an alternative to TableRowFilter could be the "ClientSideRowFilter". You can use that in combination with a filter "Severity:InAlarm" that should only show rows in alarm. So it should have the same effect.
This might be another way to reach the same.
Cheers,
Koen.

The ClientSideRowFilter solution works, thanks so much!