siouxprincess
Registered User.
- Local time
- Yesterday, 19:45
- Joined
- Jun 27, 2007
- Messages
- 11
Hello,
The table I work with is my employment's help desk database. I need to add up each of the values of the usr_origin field and the total of the usr_elaspedtime field that corralates with each value of the usr_origin field.
There are 16 different values for the usr_origin.
As an example, when I try to add up how many "Internal Software Errors", I get a negative -1
(and I really want is a positive 1).
Formula I was using is: =sum([usr_Origin]="Internal Software Error")
More info of how the report is designed:
Page header has the headings in it.
Detail has the information relating to the headings in it.
Page footer has date and page in it.
Report footer has the columns:
The query setup as:
dept, ticket #, open date, closed date, origin (group by), summary, detail, solution. ***I've tried to add a second usr_Origin (count) in the query, I get an "ODBC -- call fail" error when I run the report.***
I haven't tried tackling formula for total sum of usr_elaspedtime for "Internal Software Errors" (I'm clueless on this one).
Any suggestions will be appreciated by this novice. Thanks in advance!
The table I work with is my employment's help desk database. I need to add up each of the values of the usr_origin field and the total of the usr_elaspedtime field that corralates with each value of the usr_origin field.
There are 16 different values for the usr_origin.
As an example, when I try to add up how many "Internal Software Errors", I get a negative -1
More info of how the report is designed:
Page header has the headings in it.
Detail has the information relating to the headings in it.
Page footer has date and page in it.
Report footer has the columns:
"internal software error", sum (example: -1 that I want to be a positive 1), next column would be the total of the usr_elapsetime for the 1 internal software error tickets.
The query setup as:
dept, ticket #, open date, closed date, origin (group by), summary, detail, solution. ***I've tried to add a second usr_Origin (count) in the query, I get an "ODBC -- call fail" error when I run the report.***
I haven't tried tackling formula for total sum of usr_elaspedtime for "Internal Software Errors" (I'm clueless on this one).
Any suggestions will be appreciated by this novice. Thanks in advance!
Last edited: