![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Text functions > Lower function |
|
|
| Lower function |
| Format |
Lower(text) |
| Parameter |
| text - any text expression or text field |
| Data type returned |
| text |
| Description |
| Returns all letters in text as lowercase. |
| Examples |
| Lower("ABCD") returns abcd. |
| Lower(Course) returns history, when the Course field contains History. |
| Lower("YOUR BILL IS OVERDUE") returns your bill is overdue. |
| Related topics |
| Functions reference (category list) |
| Functions reference (alphabetical list) |
| About formulas |
| About functions |
| Defining calculation fields |
| Using operators in formulas |
|
|
| Contents > Functions reference (alphabetical list) > Text functions > Lower function | Next Page |