Use POWER through 3 how-to topics: create a formula field, enter the correct syntax, and review the calculated result; all 3 topics are free and 0 topics are membership-related.
How-to Index
| No. | Topic | Membership |
|---|---|---|
| 1 | 1. Create a formula field and enter POWER | Free |
| 2 | 2. Enter the correct syntax and arguments | Free |
| 3 | 3. Review and reuse the calculated result | Free |
How-to Guide
1. Create a formula field and enter POWER
Entry: Add Field → Formula
- Open the multidimensional table you want to edit.
- Click Add Field.
- Select Formula as the field type.
- Enter
POWERin the formula editor. - Save the field settings.
Success Criteria
- A new formula field appears in the table.
- You can continue editing the formula arguments.
Tips While Using
- If you do not choose the Formula field type, you will not be able to enter the function.
- You need permission to edit fields in the current table.
2. Enter the correct syntax and arguments
Entry: Formula editor → input area
- Type
POWER(base, exponent)in the formula editor. - Set the first argument to the number or field used as the base.
- Set the second argument to the exponent value.
- Check the parentheses, comma, and argument order.
- Save the formula and return to the table.
Success Criteria
- The formula saves without a syntax error.
- The record can display the exponent result.
Tips While Using
- Incorrect argument count or order can prevent the formula from calculating correctly.
- The referenced field values should be suitable for numeric calculations.
3. Review and reuse the calculated result
Entry: Table records → formula field result
- Return to the table and locate the formula field.
- Confirm that each record shows a calculated result.
- Change related source data and check whether the result updates.
- Use the result field in later filtering, sorting, or analysis.
Success Criteria
- The formula field displays exponent results.
- The result field can be reused in later data work.
Tips While Using
- If the source data is not numeric, the result may not match your expectation.
- If the table structure is locked, you may not be able to edit the formula field further.