You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual: It seems that WeekdayAverages a slightly off when viewed for a time period not aligned with the start/end of a week. Thus artificially decreasing the daily average for those days for which no data is available.
Expected: WeekdayAverages only normalizes daily hours worked by the number of instances of the given weekday within the actual time period monitored.
The text was updated successfully, but these errors were encountered:
Example: if we generate a report from Monday past week until today (which is a Wednesday). We would expect that the daily average for Thursday is the actual number of hours worked last week on Thursday (divide by 1). But because the total is divided by the number of full weeks in the data set, we divide by 2.
Actual: It seems that WeekdayAverages a slightly off when viewed for a time period not aligned with the start/end of a week. Thus artificially decreasing the daily average for those days for which no data is available.
Expected: WeekdayAverages only normalizes daily hours worked by the number of instances of the given weekday within the actual time period monitored.
The text was updated successfully, but these errors were encountered: