This how-to guide includes 3 topics for using HOUR, with 3 free topics and 0 membership-related topics; choose a topic from the index and follow the steps.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and use HOUR | Free |
| 2 | 2. Check the parameter format | Free |
| 3 | 3. Use HOUR with an example | Free |
How-to Guide
1. Create a formula field and use HOUR
Entry: Add Field → Formula
- Click Add Field on the toolbar.
- Select the Formula field type.
- Enter a formula that includes
HOURin the editor. - Fill in a time value or a field reference as needed.
- Click Confirm to save and view the result.
Success Criteria
- Interface result: A new formula field appears in the table.
- What you can do next: The field shows the calculated HOUR result.
Tips While Using
- Common mistake: If you do not choose the Formula field type, you cannot enter the function correctly.
- Environment note: You need permission to edit the current multi-dimensional table.
2. Check the parameter format
Entry: Formula editor → Function library → HOUR
- Open the formula editor.
- Find
HOURin the function library. - Review the function format and parameter position.
- Enter the parameter based on your actual data.
A common format is:
HOUR(time_value)You can pass a reference, a date-time value, or an expression that returns a date-time result.
Success Criteria
- Interface result: You can see the HOUR format in the editor.
- What you can do next: You can enter the formula in the correct format and save it.
Tips While Using
- Common mistake: If the parameter is not a valid time value, the result may not match your expectation.
- Environment note: Check whether the source field format can be used for time calculation.
3. Use HOUR with an example
Entry: Formula field editor
- Create or select a formula field.
- Enter an example formula such as
HOUR(Time Field). - Click Confirm to save the formula.
- Review the returned hour result for each record.
- Continue combining it with other functions if needed.
Success Criteria
- Interface result: Records display hour values from 0 to 23.
- What you can do next: You can use the result for filtering, grouping, or combined calculations.
Tips While Using
- Common mistake: Entering text in an invalid format may cause unexpected results.
- Environment note: If the source field is empty, the displayed result changes with the source data state.