This how-to guide covers 3 topics for using MIDB, including creating a formula field, entering parameters, and checking example results; 3 items are available without membership and 0 are membership-related.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and call MIDB | Free |
| 2 | 2. Enter the MIDB parameter format | Free |
| 3 | 3. Use an example formula and review the result | Free |
How-to Guide
1. Create a formula field and call MIDB
Entry path: Add Field → Formula
- Open the multidimensional table where you want to process data.
- Click Add Field on the toolbar.
- Select Formula as the field type.
- Enter a formula that includes
MIDBin the formula editor. - Click Confirm to save the field.
Success Criteria
- Interface result: A new formula field appears in the table.
- What you can do next: You can continue editing or replacing the formula in that field.
- No side effect: Existing source fields remain unchanged.
Tips While Using
- Common mistake: Using a plain text field instead of a formula field.
- Environment note: You need permission to edit fields in the current multidimensional table.
2. Enter the MIDB parameter format
Entry path: Formula editor → Function input area
- Type
MIDB(in the formula editor. - Enter the target text, starting position, and extraction byte length in order.
- Check commas, parentheses, and field references carefully.
- Adjust the parameters based on the actual record content.
- Save the formula and review the returned result.
Success Criteria
- Interface result: The formula editor recognizes MIDB syntax normally.
- What you can do next: After saving, the field returns an extracted result.
Tips While Using
- Common mistake: Entering an incorrect starting position or extraction length, which can return an empty or unexpected result.
- Environment note: Double-byte and single-byte text can produce different outcomes, so it helps to test with sample records first.
3. Use an example formula and review the result
Entry path: Formula field → Result preview
- Enter a MIDB example formula in the formula field.
- Save the field and review the returned value for the current record.
- Change the source field content and check whether the formula result updates.
- If needed, combine MIDB with other functions for more complex processing.
Success Criteria
- Interface result: The field shows a readable extracted result.
- What you can do next: When source data changes, the result refreshes automatically.
Tips While Using
- Common mistake: Entering only the function name without completing the parameters.
- Environment note: If a referenced field is empty, the result may also be empty or different from what you expect.