Share via


SMAKeyPerformanceIndicatorsDP.addGeneralCountKPIValue Method [AX 2012]

Adds a general KPI value as a row in the data table.

Syntax

protected void addGeneralCountKPIValue(
    Name _kpiName, 
    real _goalValue, 
    str _queryName, 
    TableId _tableId, 
    FieldId _rangeField, 
    date _firstFromRange, 
    date _firstToRange, 
    date _secondFromRange, 
    date _secondToRange, 
    SMAKPIIndicatorType _indicatorType, 
    boolean _isCustomerReturn)

Run On

Server

Parameters

  • _goalValue
    Type: real
    The goal value for the KPI.
  • _queryName
    Type: str
    The query name that is used to get the KPI value.
  • _firstFromRange
    Type: date
    The first from range.
  • _firstToRange
    Type: date
    The first to range.
  • _secondFromRange
    Type: date
    The second from range.
  • _secondToRange
    Type: date
    The second to range.
  • _isCustomerReturn
    Type: boolean
    A Boolean value that specifies whether the specified KPI is the KPI for customer returns.

See Also

Reference

SMAKeyPerformanceIndicatorsDP Class