| for | Index Level | grand-total |
| Syntax | with {not} attr.name ge "valuestring" |
| Category | Access |
| Type | Modifier |
| Description |
a relational operator which represents a "greater than or equal to" condition used in constructing selection clauses.
The ">=" operator performs the same function as "ge". |
| Options | |
| See Also | connectives relational operators logical operators attr.name >= each |
| Example | list invoices with amount ge "0" |
| Warnings | |
| Compatibility |
| for | Index Level | grand-total |