hi , i used the same script for the second scenario but ended up getting only software category count not getting every category name and counts var gr = new GlideAggregate('incident'); gr.addAggregate('COUNT', 'category'); gr.query(); while(gr.next()); { gs.print(gr.getDisplayValue('category') + ':' + gr.getAggregate('COUNT', 'category')); } plz let me know what mistake i have done
Hi there.. great video. I'm wondering, can I have two addAggregate('MAX') in the same query? in my case it doesn't seem to work as the second value gets blank. does it mean I need to separate the code?
Bro... Happy with your videos.. When I start ServiceNow career your videos helped me
Thankyou :)
Good explanation and also learnt some new things from this video
Thankyou :)
Thank you so much,great Explaination☺
Glad it was helpful!
You are the best “basico servicenow”. And also please make a dedicated playlist on CMDB along with demo implementations
This is wonderful, thanks a lot
You're very welcome!
Thank you for the examples. Please post some more videos on the service portal
good explanation and helpful
Glad it was helpful!
Very good video 🎉🎉
Thanks for the info. How did you get sn-utils to run that Freeform script editor?
good video
hi , i used the same script for the second scenario but ended up getting only software category count
not getting every category name and counts
var gr = new GlideAggregate('incident');
gr.addAggregate('COUNT', 'category');
gr.query();
while(gr.next());
{
gs.print(gr.getDisplayValue('category') + ':' + gr.getAggregate('COUNT', 'category'));
}
plz let me know what mistake i have done
Hi there.. great video. I'm wondering, can I have two addAggregate('MAX') in the same query? in my case it doesn't seem to work as the second value gets blank. does it mean I need to separate the code?
what about STDDEV???
Hi , can you please do video on knowledge article approval notification in mobile app