Summary
Evaluates if the row count of the input data matches a specified value.
Usage
This tool is intended for use in ModelBuilder and not in Python scripting.
The tool has two Boolean outputs, True and False. Based on the condition being evaluated one of the two boolean outputs is true and the other false after the tool runs. These boolean outputs have to be set as a precondition to the downstream tools for those to execute if either of the preconditions is true.
Syntax
RowCountIfThenElse(in_layer_or_view, {count_condition}, {count}, {count_min}, {count_max})
Parameter | Explanation | Data Type |
in_layer_or_view | Input layer or table view to evaluate. | Table View |
count_condition (Optional) | The condition to test the field values of the records matching the SQL expression.
| String |
count (Optional) | An integer count value. | Long |
count_min (Optional) | A minimum integer count value. | Long |
count_max (Optional) | A maximum integer count value. | Long |
Derived Output
Name | Explanation | Data Type |
true | If the specified criteria evaluates to True, this parameter will be set to True. | Boolean |
false | If the specified criteria evaluates to False, this parameter will be set to True. | Boolean |
Environments
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes