So Jaime, my new formula would be
{CallLog.RecvdDate} >= dateadd ('h',-3,currentdatetime)
and {CallLog.RecvdDate} <= currentdatetime
then 1 else 0
The CallLog.RecvdDate field is only a date field with the following format...2014-02-28, there is no time field.
Do I need to add a time field?
Thanks.
Gennaro