| Auszug |
|---|
|
Nuclos search form: terms, operators (=, <, >, like, is empty) and wildcards (*, ?, TODAY) in the Rich Client. |
Language: Deutsch · English
In the search form you enter terms with operators and wildcards – all conditions are combined with AND.
| Status |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
The search form sits in the Search tab of business-object and master-data forms (marked by a magnifier watermark). The search expression is shown in the footer.

Search form with terms.
| Expression | Meaning |
|---|
| <All> | search across all values |
| = | value matches the term exactly |
| < / > | less / greater than (numbers, dates) |
| ≤ / ≥ | less-or-equal / greater-or-equal |
| ≠ | not equal (all but the term) |
| like / not like | matches (or not) with wildcards |
| is empty / is not empty | field empty resp. not empty |
| field compare | term is the value of another field |
| parameter compare | term is a parameter (e.g. current user) |
| Wildcard | Meaning |
|---|
| * | any number of characters (e.g. P* → starts with P) |
| ? | exactly one character (e.g. Pr?duct) |
| TODAY | date fields only: today's date |
| TODAY+/-nD or nM | today +/- n days resp. months |
| Tipp |
|---|
|
Example: Surname S* finds all surnames starting with S; Date < 2010-01-01 all before it. |
Related pages