Share via


XMLExcelReport_RCashCountStmt_RU.positive Method [AX 2012]

Nullifies an entry if it is less than 0 (zero).

Syntax

private int positive([int _entry])

Run On

Called

Parameters

  • _entry
    Type: int
    The entry to check.

Return Value

Type: int
The entry if it more than 0 (zero); otherwise, 0.

See Also

Reference

XMLExcelReport_RCashCountStmt_RU Class