Use EEOMONTH through 3 how-to topics that cover creating a formula field, filling in the parameter structure, and using the result in records.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and call EEOMONTH | Free |
| 2 | 2. Check the parameter structure and fill it correctly | Free |
| 3 | 3. Use EEOMONTH results in records | Free |
How-to Guide
1. Create a formula field and call EEOMONTH
Entry point: Add Field → Formula
- Open the multidimensional table that you want to edit.
- Click Add Field.
- Select Formula as the field type.
- Enter a formula that includes
EEOMONTHin the formula editor. - Click Confirm and check whether the field result appears.
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: Using a text field instead of a formula field, which prevents the function from being entered correctly.
- Environment note: You need edit permission for the current multidimensional table.
2. Check the parameter structure and fill it correctly
Entry point: Formula Editor → Function Library → EEOMONTH
- Open the function library in the formula editor.
- Select
EEOMONTHto view its structure. - Enter the formula in this format:
EEOMONTH( [parameter1], [parameter2], ... ) - Fill in the target date and related parameters based on your field data.
- Save the formula and check whether the returned result matches your expectation.
Success Criteria
- Interface result: The formula editor recognizes EEOMONTH normally.
- Next action available: After saving, the field returns a date result or remains editable for adjustment.
Tips While Using
- Common mistake: Incorrect parameter order or data type can cause an error result.
- Environment note: Keep date-related parameters in a consistent format for stable calculation.
3. Use EEOMONTH results in records
Entry point: Formula result column
- Prepare source date values in existing date fields.
- Reference the related date field and add the EEOMONTH logic in the formula field.
- Set the month offset based on your business need.
- Review the month-end date returned for each record.
- Use the result for filtering, reporting, or additional formula combinations if needed.
Success Criteria
- Interface result: Each record shows its corresponding month-end date.
- Next action available: The result updates when the source data changes.
Tips While Using
- Common mistake: Irregular source date values can prevent the expected result from appearing.
- Environment note: If you nest EEOMONTH with other functions, check each part step by step.