Use WEEKDAY in 3 how-to topics: create a formula field and call WEEKDAY, check the parameter format, and build common examples; 3 topics are available without membership and 0 are membership-related.
How-to Index
| No. | Topic | Membership |
|---|---|---|
| 1 | 1. Create a formula field and use WEEKDAY | Free |
| 2 | 2. Check the WEEKDAY parameter format | Free |
| 3 | 3. Build common WEEKDAY examples | Free |
How-to Guide
1. Create a formula field and use WEEKDAY
Entry point: Add Field → Formula
- Open the multidimensional table that you want to edit.
- Click Add Field on the toolbar.
- Select Formula as the field type.
- Enter a formula that includes
WEEKDAYin the formula editor. - Click Confirm to save and review the calculated result in the record list.
Success Criteria
- Interface result: A new formula field appears and shows calculated values.
- Next action: You can continue editing the formula or adjust other fields.
Tips While Using
- Common mistake: If the parameter is not a valid date, the result may not match your expectation.
- Environment note: You need permission to edit fields in the current multidimensional table.
2. Check the WEEKDAY parameter format
Entry point: Formula Editor → Function Library
- Open the formula editor in your multidimensional table.
- Open the function library and find
WEEKDAY. - Review the parameter format shown for the function.
- Enter parameters based on the date data in your current field.
Success Criteria
- Interface result: You can see the WEEKDAY function name and parameter structure in the editor.
- Next action: You can apply the format directly in the current formula.
Tips While Using
- Common mistake: Entering plain text instead of a valid date value can cause incorrect results.
3. Build common WEEKDAY examples
Entry point: Formula Editor
- Open an existing formula field or create a new one.
- Enter a formula that includes
WEEKDAY, such as a formula that returns a weekday number from a date field. - If needed, add conditional logic to separate weekdays from weekends.
- Save the formula and check the returned values for each record.
Success Criteria
- Interface result: Each record shows the weekday number for its date.
- Next action: You can continue filtering, grouping, or summarizing based on the result.
Tips While Using
- Common mistake: Saving the formula without checking the weekday numbering rule can affect later classification.