Comments
-
Hi, @Stuck @MarkSnodgrass. Apparently, something is still lacking in the code, because when I do the code listed below, it's just removing the specific alarm ID with the 'disregard' action, not the alarm ID containing disregard+previous actions. case when `Alarm Description` = 'Lost Connectivity' AND `alarm action` =…
-
Hi, Stuck. Thank you so much for looking into this. Here's what I needed to do specifically, showing the 3 columns and data below (separating them with comma) <alarm ID> <alarm description> <alarm action> 11111, Lost Connectivity, Pending 11111, Lost Connectivity, Pending 11111, Lost Connectivity, Disregard 11112, Lost…