We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to count the number of transactions per day

JackieZhang
Kilo Sage


We have exceeded the number of 100k transactions, we need to count the number of each transaction

3 REPLIES 3

kaushal_snow
Giga Sage

Hi @JackieZhang ,

 

Please check in syslog_transaction table for accurate daily transaction counts (and other metrics). Use GlideAggregate or GlideQuery to count/group by date...

 

 

Thanks and Regards,
Kaushal Kumar Jha - ServiceNow Technical Consultant/Developer

All the translations in syslog_transaction table  require consumption of transitionsthe and not just API? 

JackieZhang
Kilo Sage

Is there anybody can answer my question?