Use the ABS function in WPS through 3 how-to topics: create a formula field and call ABS, review the parameter format, and write a working example.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and use ABS | Free |
| 2 | 2. Check the ABS parameter format | Free |
| 3 | 3. Write and verify an example | Free |
How-to Guide
1. Create a formula field and use ABS
Entry path: Add Field → Formula
- Open the multidimensional table and go to the table where you want to calculate values.
- Click Add Field.
- Select Formula as the field type.
- Enter a formula that includes ABS in the formula editor.
- Click Confirm and check whether the result appears in the formula field right away.
Success Criteria
- Interface result: A new formula field appears and shows a calculated result.
- Next action available: You can continue editing the formula or adjust referenced fields.
Tips While Using
- If the result looks incorrect, first check whether the referenced value is numeric.
- After saving, the result updates when related data changes.
2. Check the ABS parameter format
Entry path: Formula Editor → Function Library → ABS
- Open the editing view for any formula field in the multidimensional table.
- Open the function library and find ABS.
- Review the parameter format shown for the function.
- Enter your target parameter by following the displayed format.
Success Criteria
- Interface result: The ABS syntax is visible in the function description area.
- Next action available: You can apply the format directly in the current formula.
Tips While Using
- Keep the parameter type consistent with the current field or referenced value.
- Confirm field names and references before entering the formula.
3. Write and verify an example
Entry path: Formula field editor
- Create or select a formula field.
- Enter an example such as
ABS(target_value). - Confirm the formula and review the returned result for the current record.
- Change the source data and check whether the formula result refreshes.
Success Criteria
- Interface result: The formula field returns a non-negative result.
- Next action available: When source data changes, the result updates automatically.
Tips While Using
- If you reference a text field, the result may not match expectations.
- For nested formulas, test ABS first and then add other functions.