| k | Index Level | leg-supp |
| Syntax | with {not} attr.name le "valuestring" |
| Category | Access |
| Type | Modifier |
| Description | selects items whose specified attr.name contains a value less than or equal to the specified valuestring. The "<=" operator performs the same function as "le". |
| Options | |
| See Also | connectives relational operators each logical operators attr.name not <= |
| Example | select invoices with amount.due le "0" |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| k | Index Level | leg-supp |