Share via


SMAKeyPerformanceIndicatorsDP.getGeneralCountKPIValue Method [AX 2012]

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.
  • _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.

See Also

Reference

SMAKeyPerformanceIndicatorsDP Class