I'm getting an error when trying to sum a timestamp that is setup to print this section for each month.
sum( {iAgentPerformanceStat.LoggedInTime},{iAgentPerformanceStat.Timestamp})
My issue is my customer wants a monthly report but wants to select the time interval for that monthly report. So the report could be run for the month of March and April from 6:00 am to 9:00 pm. They want to see a total line for March and a total line for April. So I need to use interval data for this. I can do it for a daily report (setup group as print this secion for each day) but not for monthly.
Any ideas?
sum( {iAgentPerformanceStat.LoggedInTime},{iAgentPerformanceStat.Timestamp})
My issue is my customer wants a monthly report but wants to select the time interval for that monthly report. So the report could be run for the month of March and April from 6:00 am to 9:00 pm. They want to see a total line for March and a total line for April. So I need to use interval data for this. I can do it for a daily report (setup group as print this secion for each day) but not for monthly.
Any ideas?