Share via


SMAKeyPerformanceIndicatorsDP.getGeneralRatioKPIValue Method [AX 2012]

Gets the value of a key performance indicator for a specified range.

Syntax

protected real getGeneralRatioKPIValue(
    date _fromRange, 
    date _toRange, 
    boolean _complianceMetSla)

Run On

Server

Parameters

  • _fromRange
    Type: date
    The from date range.
  • _toRange
    Type: date
    The to date range.
  • _complianceMetSla
    Type: boolean
    A Boolean value that indicates that the range value to use for the query.

Return Value

Type: real
The value of the key performance indicator.

See Also

Reference

SMAKeyPerformanceIndicatorsDP Class