Share via


BudgetDimensionExpressionController.addGreaterThan Method [AX 2012]

Adds a greater than criteria for the specified dimension attribute.

Syntax

protected abstract void addGreaterThan(
    DimensionAttributeRecId _dimensionAttributeId, 
    DimensionFromValue _greaterThanValue, 
   [boolean _isExclusive])

Run On

Client

Parameters

  • _isExclusive
    Type: boolean
    A Boolean value that indicates whether the threshold value should be excluded; optional.

See Also

Reference

BudgetDimensionExpressionController Class