LedgerRowDef::isCriteriaEmpty Method
Gets a value that indicates whether the specified criteria value is empty.
Syntax
client server public static boolean isCriteriaEmpty(str _criteriaValue)
Run On
Called
Parameters
- _criteriaValue
Type: str
The value to test.
Return Value
Type: boolean
true if the value is empty; otherwise false.
Remarks
Empty means the criteria does not correspond to a specific value. This means both an empty String and a String that consists of a single space are considered empty. This is because financial statements use a single blank space to indicate an explicit request for empty values.