Is Calc Group Property Generic Condition
com.workbrain.app.ta.conditions.IsCalcGroupPropertyGenericCondition
The Is Calc Group Property Generic Condition lets you check the calculation group properties for a specified value as of the calculation date. The criteria is provided in an expression string parameter using calculation group fields in a comma-delimited quote-enclosed string.
Parameters In
Name | Type | Description | Example |
---|---|---|---|
Expression String | String | A comma-delimited, quote-enclosed string of fields of a table,
where each condition is ANDed. Fields of tables are referenced by taking underscore (_) from field names and capitalizing what comes after the underscores. For example, calcgrpName. Supported operators are =, !=, <>, <, <=, >, >=, [CONTAINS], [IN](item1;item2;item3), [NOT_IN](item1;item2;item3), [IS_EMPTY], and [IS_NOT_EMPTY]. |
"calcgrpName=HOURLY" "calcgrpDesc=Hourly employees" "calcgrpFlag1=Y" |