Use the MONTH function through 3 how-to topics: create a formula field and call MONTH, review the parameter format, and write a working example; 3 items are available without membership and 0 are membership-related.
How-to Index
| No. | Topic | Membership |
|---|---|---|
| 1 | 1. Create a formula field and use MONTH | Free |
| 2 | 2. Review the parameter format | Free |
| 3 | 3. Write a usage example | Free |
How-to Guide
1. Create a formula field and use MONTH
Entry: Add Field → Formula
- Open the multi-dimensional table that you want to edit.
- Click Add Field.
- Select Formula as the field type.
- Enter a formula that includes
MONTHin the formula editor. - Click Confirm and check whether the result appears in the field.
Success Criteria
- Interface result: A new formula field appears and shows a calculated result.
- What you can do next: You can continue editing the formula or review returned values across records.
Tips While Using
- Make sure the referenced value or field is a date type.
- If the result looks wrong, check the function name and parameter format first.
2. Review the parameter format
Entry: Formula Editor → Function Library → MONTH
- Open the formula editor.
- Find
MONTHin the function library. - Review the expected parameter format.
- Replace the parameter with your date field or date value.
- Save the formula and confirm that the returned result is a number from 1 to 12.
Success Criteria
- Interface result: You can see the MONTH function name and where the parameter goes.
- What you can do next: You can replace the sample parameter with your own date field or date value.
Tips While Using
- Use a date-related input instead of unsupported plain text.
- When combining formulas, pay attention to parentheses and nesting order.
3. Write a usage example
Entry: Formula Field Editor
- Create a new formula field or select an existing one.
- Enter an example such as
MONTH(Date Field). - Save the formula.
- Review the month result returned for each record.
- Continue combining it with other formulas if needed.
Success Criteria
- Interface result: The formula field returns the corresponding month number.
- What you can do next: You can use the result for filtering, summaries, or conditional logic.
Tips While Using
- If the date field is empty, the result may not return as expected.
- Test with a small set of records before applying it to a larger table.