Hi Dojo,
I am implementing an alarm bubble-up for a TreeControl, which consists of 3 tables.
Right now the alarms are being propagated from the 3rd table up to the first table, and the alarm icons are showing up red as intended. However, when the alarm clears, the middle table (that has no parameter alarms on it) turns gray instead of green. I was wondering if this is intended behaviour in Dataminer?
This is indeed normal behavior. See the documentation:
"There is no alarm for a parameter in "Normal" state, so there will be no bubble-up: parent levels will be displayed in gray/Undefined instead of green/Normal."
That depends on how the relation path is defined. If you have tables 1000→2000→3000 and a ≺Relation path=”1000,3000″ /≻ then it is normal that the alarm states from table 3000 do not bubble up to rows on table 2000.
If I have 3 tables where level 1 is normal/green, level 2 is normal/green, and level 3 is critical/red, is it intended behaviour that the tree control shows red/green/red?