Resolved! Need 'COUNT' to return records with zero entries in script
I'm querying the cmdb_ci class table in order to pull all CIs by class. I'm using COUNT but it is leaving out Classes with zero CIs. Below is my current script. Thanks! var gr = new GlideAggregate('cmdb_ci'); gr.addAggregate('COUNT'); gr.orderbyAg...
