Resolved! GlideAggregate is not working
I have a script and currently it is not working with GlideAggregate can someone please rectify it: var RITM = new GlideRecord("sc_req_item");RITM.addEncodedQuery("state=2"); //state is in progressRITM.query();while (RITM.next()) { var p= 0; var...