Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...This is easily the most helpful website I've ever used, and this is the best forum with the quickest response time bar none...."

Geography

Where in the world do Tek-Tips members come from?
aidystew (TechnicalUser)
4 Feb 02 11:02
We recently upgraded our version of Avaya Centrevu Supervisor to version 9.  I'm having trouble when building an intergrated report in Design Mode.  I'm trying to use the 'sum' function to include an average Call Answer Rate for all the skills that are requested to be viewed.  When I create the calculation using Dictionary and try to incorporate it into my report it gives a syntax error - as does any other (predefined) calculation.  Is it possible to include the sum function in an intergrated report? - I thought there may be a problem due to historical & realtime data.  And if so how?

I'd appreciate any help you can supply.
dialtone (MIS)
4 Feb 02 14:02
Seems like there shouldn't be a problem using aggregate functions, I don't use the CV desing too, I'm still using the Custome Report editor in CV Terminal, which means I can't create integrated reports. However, if you'd like to post your calcs here, I'll be happy to look at 'em, and at least you'll get a second (or more!) set of eyes checking your logic.
aidystew (TechnicalUser)
5 Feb 02 3:54
Thanks,

Calculation (which is very straightforward) is as follows:

((sum(ACDCALLS))/(sum(ACDCALLS+ABNCALLS)))*100

The problem really was that the calculations that are already within Supervisor that contain SUM also gave a syntax error on an integrated report.

dialtone (MIS)
5 Feb 02 10:50
The calculation above will provide you with "percent answered", which is what you're looking for, it sounds like. I'm assuming you're querying one of the split tables (like dsplit, or hsplit and csplit/psplit for the current/previous info)?. You may want to use the data item CALLSOFFERED in place of ACDCALLS+ABNCALLS, unless you don't want to count items like BUSYCALLS, RINGCALLS, INFLOWCALLS, etc. for example: (sum(ACDCALLS)/CALLSOFFERED)*100. Or, you may want to remove superfluous parens from your calc: (sum(ACDCALLS)/sum(ACDCALLS+ABNCALLS)) * 100.

Again, I don't use designer, so I don't know the particulars that come with it's use. However, one thing to try might be to create a historical split report, and use the calculation there to see if it works, then do the same with a real time report, and see if it's something that only affects integrated reports.

Or perhaps, find an existing standard integrated report that uses the sum function, and check the design to see how the calc is written there?

I know that in old-style custom report writing, the errors aren't always where they appear to be. I assume Designer has Row Searches, or something similar to aggregate and sort data? Might there may be a problem in that area?...sorry I can't be of more direct help, if you've every got a questions with custom report designs in CV Terminal, let me know!

Think I'll sneak in Report Designer in the next upgrade...!

aidystew (TechnicalUser)
5 Feb 02 11:10
Thanks - there's some useful avenues to explore  -I'll give them a go.  And I may well take you up on the Terminal offer - as soon as I install it!!
dialtone (MIS)
5 Feb 02 17:23
Here's the link for the Report Designer Documentation online - I haven't looked at it, but just in case you don't have it:

http://support.avaya.com/elmodocs2/lcc/v8_0/210930_1/210930_1.pdf
aidystew (TechnicalUser)
6 Feb 02 4:06
I did check out the documentation we got with the new version, but unfortunately I found it to be as useful as a Solar Powered Torch!!  I'll have a look through that other manual as its not the same manual I was looking at - it may have some more info.  - thanks.
aidystew (TechnicalUser)
7 Feb 02 4:05
I've had a closer look at the suggestions you made & it seems that it is not possible to use the SUM function in a realtime or integrated report - looking at the historical report I found that includes a 'totals' line (which is what I was really looking for). I found that the section that dealt with the totals line was in a seperate query & as far as I can gather from the manual you can only have one query in an integrated report.

BTW the calcs were fine - they worked in the historical report.

Oh well - nevermind!

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close