How to count the number of transactions per day
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2025 02:18 AM
We have exceeded the number of 100k transactions, we need to count the number of each transaction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2025 02:39 AM
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...
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2025 02:56 AM
All the translations in syslog_transaction table require consumption of transitionsthe and not just API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2025 06:11 PM
Is there anybody can answer my question?