Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aleckonby

    selecting time records in Running total

    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...
  2. aleckonby

    selecting time records in Running total

    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} <...

Part and Inventory Search

Back
Top