This how-to guide includes 3 operation topics for the T function, all available directly in multi-dimensional tables, with 3 available without membership and 0 membership-related items.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and call the T function | Free |
| 2 | 2. Enter the parameter format and save the formula | Free |
| 3 | 3. Review the result and use it in later calculations | Free |
How-to Guide
1. Create a formula field and call the T function
Entry: Add Field → Formula
- Open the multi-dimensional table you want to edit.
- Click Add Field.
- Select Formula as the field type.
- Enter a formula that includes
Tin the formula editor. - Continue by adding the required parameter.
Success Criteria
- Interface result: A new formula field is added and the formula editing area opens.
- Next action available: You can continue entering functions, parameters, and nested formulas.
Tips While Using
- Common mistake: If you do not choose the Formula field type first, you cannot enter a function formula in the field.
- Environment note: You need edit permission for the current multi-dimensional table.
2. Enter the parameter format and save the formula
Entry: Formula editor → function input area
- Type
T(in the formula editor. - Enter the value or field reference you want to check.
- Confirm that the parentheses and parameter format are complete.
- Click Confirm to save the formula.
- Wait for the field to finish calculating.
Success Criteria
- Interface result: The formula field is saved, and the editor closes or shows that the formula is active.
- Next action available: You can return to the table and review the calculated result for each record.
Tips While Using
- Common mistake: If the closing parenthesis is missing or the reference is incorrect, the formula may not return the expected result.
- Environment note: If online syncing is slow, the result may appear with a short delay.
3. Review the result and use it in later calculations
Entry: Table records area → formula field result
- Return to the table and review the formula field result.
- Confirm that text values return the corresponding text and non-text values return an empty string.
- Use the result in other formulas if needed.
- Change the original data and check whether the result refreshes automatically.
Success Criteria
- Interface result: The formula field displays calculated results in the records.
- Next action available: The result can be used in later checks, concatenation, or nested calculations.
Tips While Using
- Common mistake: Using the T function as if it were a numeric calculation function may produce an unexpected result.
- Environment note: The output depends on the original field content, so source data changes will affect the formula result.