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} < 11:30:00
I get this error: "The remaining text does not appear part of the formula."
Any help?
{CallLog.RecvdTime} > 02:00:00 AND {CallLog.RecvdTime} < 11:30:00
I get this error: "The remaining text does not appear part of the formula."
Any help?