To ensure that reports and workbooks calculate the correct hours for your training events you can customize the predefined formula.
Use the Formula window.
Copy the predefined template formula TEMPLATE_BIS_TRAINING_CONVERT_DURATION.
Name the new formula BIS_ TRAINING_CONVERT_DURATION.
If you do not name the formula correctly, the reports and workbooks cannot use it.
Replace the number of hours a training event runs in a day.
Example
For example, if you record the duration of a training event in days, and within your training organization a day is 10 hours:
In the predefined formula the number of hours are set as follows:
hours_per_day = 8
To set the number of hours to 10, change the code to:
hours_per_day = 10
Compile the new formula.