Time on

Kevin ( (no email) )
Sat, 19 Sep 1998 20:53:16 -0300

When I want to check a service with the time on tab on emerald I get no
results. The SQL is as follows

Select Start=DateAdd(Second, 0-AcctSessionTime, CallDate),
(AcctSessionTime/60)+1, (AcctInputOctets/1000)+1, (AcctOutputOctets/1000)+1,
Location, UserName, AcctTerminateCause, Server, NASPort From Calls, Servers
Where (Username='pmoser') and CallDate >=

I see it is missing the date chunk.
Is this normal?