Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of a key performance indicator for a specific range.
Syntax
protected real getGeneralCountKPIValue(
str _queryName,
TableId _tableId,
FieldId _rangeField,
date _fromRange,
date _toRange,
[boolean _isCustomerReturn])
Run On
Server
Parameters
- _queryName
Type: str
The name of the underlying query.
- _tableId
Type: TableId Extended Data Type
The table ID.
- _rangeField
Type: FieldId Extended Data Type
The field ID of the range.
- _fromRange
Type: date
The from date range.
- _toRange
Type: date
The to date range.
- _isCustomerReturn
Type: boolean
A Boolean value that indicates that it is the customer return key performance indicator.
Return Value
Type: real
The value of the key performance indicator.