Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CMS Supervisor RONA Report HELP

Status
Not open for further replies.

jr88ps69

Technical User
Joined
Dec 6, 2007
Messages
4
Location
US
We have added RONA into our call center and i want to have the number of RONA calls listed per agent in historical split\skill, summary daily

I know that i need to go into the report in design mode and add noansredir but how do i add it. I always get errors when I try. Thanks
 
yeah I am waitng for them to give me permissions to save exception

what I am looking for in my above question is how to do in in design veiw of the report i posted?
 
We have a custom report built that provides a report for multiple agents, multiple days, multiple intervals. It will only report if the agent had RONAs.

The data is from the hagent table.

The Inputs (all with multi-value selected) are:
Agent
Date
Time (point in time)

Query Items are:
ROW_DATE
STARTTIME
"-"
STARTTIME+INTRVL
LOGID
""
LOGID
NOANSREDIR

The Where statement is:
ACD=$acd and LOGID = [Agents:] and ROW_DATE = [Dates:] and STARTTIME = [Times:] AND NOANSREDIR > 0


- Stinney

Favorite all too common vendor responses: "We've never seen this issue before." AND "No one's ever wanted to use it like that before.
 
PLease be more specific I am still receiving when you add this inof which query are you using data or totals? please help I just want to use the above report with the RONA info I dont want anything else
 
Edit your queries:

data: add NOANSREDIR and save

totals: add NOANSRDIR, Highligh NOANSRDIR in the Query Items: window, click on Edit, change it to sum(NOANSREDIR) and save

Click on the table to highligh it. Goto Format|Table

Click on the Data Tab

Add NOANSREDIR to the Data on Table window

Save and Run



- Stinney

Favorite all too common vendor responses: "We've never seen this issue before." AND "No one's ever wanted to use it like that before.
 
Ok got it thanks a bunch
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top