cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the number of jobs in BPA per day using Support Servlet

0 Kudos

How to find the number of jobs running in BPA in current day using Redwood Support Servlet

Accepted Solutions (0)

Answers (1)

Answers (1)

gmblom
Active Contributor
0 Kudos

Hello,

select count(*) from Job j where j.RunEnd between now('subtract 1 day') and now()

Regards Gerben