Advanced Report Design
CentreVu CMS Custom Reports
Alternative Row Search Conditions
6-32
This statement finds rows for a user-specified split where the agent state is
one of the following:
ACWIN (numerical value of 20)
ACWOUT (numerical value of 30)
AUXIN (numerical value of 40)
AUXOUT (numerical value of 50)
See the
CentreVu CMS R3V8 Database Items and Calculations (585-210-
939) document for a complete list of row search values for string-value
database items.
Other
Available
Formats for
“Where”
Clauses
6
For historical reports only, you can specify a list of hardcoded values using
the following format:
Expression in (list of values)
As with a basic “where” clause, the
Expression
can be a database item or
calculation. The values you list in the parentheses must be separated by
commas. Also, you must use apostrophes for those values that normally
require them. For example, the following “where” clause specifies three dates
for the report:
Select rows where: ROW_DATE in (’07/01/93’,
’07/08/93’,’07/15/93’)
The following “where” clause specifies three splits for the report:
Select rows where: SPLIT in (1,7,22)
For historical reports only, you can also exclude rows using a list of values
by adding
not
to the clause. Using
not
can be extremely useful if you
want to exclude, for example, lunch time intrahour intervals from your
intrahour historical reports, as shown in the following example:
Select rows where: STARTTIME not in (1130, 1200,
1230).
Содержание CentreVu
Страница 1: ...585 215 822 Comcode 108501867 Issue 2 December 1996 CentreVu Call Management System Custom Reports ...
Страница 16: ...Preface CentreVu CMS R3V5 Custom Reports Related Documents P 10 ...
Страница 44: ...Getting Started CentreVu CMS Custom Reports Deleting a Custom Report 2 10 ...
Страница 140: ...Completing Your Custom Report CentreVu CMS Custom Reports Running Custom Reports 5 22 ...
Страница 178: ...Database Items and Calculations CentreVu CMS Custom Reports General Information A 2 ...
Страница 188: ...Glossary CentreVu CMS Custom Reports GL 10 ...
Страница 198: ......