Share via


BudgetDimensionExpressionController.addExpression Method [AX 2012]

Adds the specified expression to the criteria control.

Syntax

protected void addExpression(
    str _dimAttrbuteName, 
    DimensionValue _wildcardValue, 
    DimensionValue _fromValue, 
    DimensionValue _toValue, 
    boolean _isFromExclusive, 
    boolean _isToExclusive)

Run On

Client

Parameters

  • _dimAttrbuteName
    Type: str
    The name of the dimension attribute to add.
  • _isFromExclusive
    Type: boolean
    A Boolean value that indicates whether the starting threshold value should be excluded; optional.
  • _isToExclusive
    Type: boolean
    A Boolean value that indicates whether the ending threshold value should be excluded; optional.

See Also

Reference

BudgetDimensionExpressionController Class