Share via


SMAKeyPerformanceIndicatorsDP.getStatusIndicator Method [AX 2012]

Gets the status indicator value.

Syntax

public int getStatusIndicator(
    real goalValue, 
    real currentValue, 
    SMAKPIIndicatorType indicatorType)

Run On

Server

Parameters

  • goalValue
    Type: real
    The goal value.
  • currentValue
    Type: real
    The current value.

Return Value

Type: int
Status indicator of the KPI: Good, Fair, or Poor.

See Also

Reference

SMAKeyPerformanceIndicatorsDP Class