OK I thought I got it to work, but it's not. What I'm trying to do is total all calls into 3 groups based on what time they came in. The CallLog.RecvdTime is the time the call came (set as a string though). For the example below, I'm trying to gather all the calls that came in between...
I am trying to get a running total of all the records that have the time field between 2am and 11:30am. The CallLog.RecvdTime field is actually a string. I have this in the formula of the Evaluate section of the running total wizard:
{CallLog.RecvdTime} > 02:00:00 AND {CallLog.RecvdTime} <...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.