You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Core ServiceNow APIs/GlideAggregate/Count open Incidents per Priority and State using GlideAggregate/script.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,6 @@ while (ga.next()) {
40
40
varstate=ga.getValue('state');
41
41
varcount=ga.getValue('COUNT');
42
42
43
-
gs.info("There are a total of: "+count+" Incidents with a priority of "+priorityValue+" and in a state of "+incident_staates[state]);
43
+
gs.info("There are a total of: "+count+" Incidents with a priority of "+priorityValue+" and in a state of "+incident_states[state]);
0 commit comments