Use TRIM through 3 how-to topics, all available without membership; choose a topic from the How-to Index and follow the entry path and steps to complete the setup.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and use TRIM | Free |
| 2 | 2. Review the parameter format and enter the formula | Free |
| 3 | 3. Use a sample formula to clean text | Free |
How-to Guide
1. Create a formula field and use TRIM
Entry path: Add Field → Formula
- Open the table that you want to edit.
- Click Add Field on the toolbar.
- Select Formula as the field type.
- Enter a formula that includes
TRIMin the formula editor. - Click Confirm to save and review the result.
Success Criteria
- Interface result: A new formula field appears in the table.
- Next action available: You can continue editing the formula and review the calculated result.
Tips While Using
- Common mistake: If you do not choose the Formula field type first, you cannot enter the function directly.
- Environment note: You need edit permission for the current table.
2. Review the parameter format and enter the formula
Entry path: Formula Editor → Function Library → TRIM
- Open the formula editor in an existing formula field.
- Open the function library and locate
TRIM. - Enter the argument by following the format shown in the editor.
- Check that parentheses, field references, and text content are complete.
- Save the formula and review the returned result.
Success Criteria
- Interface result: The formula editor shows a complete
TRIMexpression. - Next action available: After saving, the field returns a cleaned text result.
Tips While Using
- Common mistake: If parentheses are not closed or a field reference is incomplete, the formula may not calculate correctly.
- Environment note: Field names must match the current table structure.
3. Use a sample formula to clean text
Entry path: Formula Field → Enter a sample formula
- Choose a text field that contains extra spaces.
- Enter a sample formula such as
TRIM(Target Field)in the formula field. - Save the formula.
- Compare the original field with the formula result.
- Reuse the cleaned result in other formulas or display fields if needed.
Success Criteria
- Interface result: The formula field shows text with cleaner spacing.
- Next action available: The cleaned result can be used in later field calculations.
Tips While Using
- Common mistake: If the target field does not contain the expected text content, the result may differ from what you expect.
- Environment note: The formula result updates automatically when the source field changes.