Ok so try this:
Select the Historical | Agent | Split/Skill Interval Report and click on Copy and name it something different so you don't overwrite the standard report.
This will put it in the Designer reports.
Select Designer | [your report name] and click on Edit.
Click on the agent field at the top of the report and hit your delete key to remove it.
Select Edit | Inputs...
Check the multi-value check box for Date
Select Split/Skill in the Input Types window, click Add
Click OK
Select Edit | Queries...
Select data then click on Edit.
Select hagent.SPLIT from the Query Items... and click on Remove (system will warn you about removing from report, click ok)
Select LOGIN from the Database Items and click ADD
Click Move Up until this is above the hagent.sum(TOTAL_ACDCALLS)
Click on Where
Delete the where clause and replace with this:
STARTTIME = [Times:] and ROW_DATE = [Dates:] AND SPLIT = [Split/Skill:] and ACD=$acd GROUP BY 1, 3, LOGID ORDER BY hagent.STARTTIME
Click Save (system will tell you to make sure to edit totals, click ok)
Select totals and click Edit
Click on Where
Delete the where clause and replace with this:
STARTTIME = [Times:] and ROW_DATE = [Dates:] AND SPLIT = [Split/Skill:] and ACD= $acd
Click Save, then click Close on the Query Select window.
Select Edit | Inputs...
Select Agent row in the Input window and click Remove, click OK
Right click on the Table and select Format Table....
Click on the Data tab
Select LOGIN in the Available Data window and click ADD
Click Up until this is above the hagent.sum(TOTAL_ACDCALLS)
Click on the Format tab
Change the hagent.STARTTIME + hagent.INTRVL Align to Left
Click OK
Select Report | Save
Now run your report.
This is going to provide the data in 1/2 hour intervals with the agent's name and data.
If you want to summarize this so it's just the Agent name and total data modify the report by doing the following:
Select Edit | Queries...
Select data then click on Edit.
Remove hagent.STARTTIME, '-', hagent.STARTTIME + hagent.INTRVL from the Queries Items window (have to do it one at a time)
Change the where clause to read:
STARTTIME = [Times:] and ROW_DATE = [Dates:] AND SPLIT = [Split/Skill:] and ACD=$acd GROUP BY LOGID
Click Save, then click Close on the Query Select window.
Select Insert | Field... | Input Value
Click Next
Select Times, then click Done.
Move the Times field so you can read it and adjust the time window so it's closer to the lable.
Select Report | Save and then run your report.
- Stinney
I love learning and passing on knowledge. "Because knowing is half the battle".... GI JOOOOOE!