is there any way to create fixed alarm filter without using configuration dialog box for filtering, need to make fixed filtering about severity/code.
Hi,
One option would be to try the Filter property of the Alarm List widget.
You need to bind one string variable to this property. and provide your filter value from the application.
Prepare the string based on your need and assign to this var.
brsstrcpy(ADR(FilterConfiguration),ADR('[{"value":0,"conditionType":"==","columnType":"cod","useAlarmState":false}]'));
