I have figured out what the problem is, but I do not know how to solve it, or if it is indeed intended to be this way by Microsoft.
The bar displayed on the schedule board points to the duration field, and as such will change its value from minutes, to hours, to days - as duration fields do. The issue is, that the bar displayed in the schedule board does not seem to support values that surpass "hours", and turn into days. This will result in the bar displaying the "minutes value", but only the first two digits.
Let me show you an example;
A booking with 15 in the duration field hours in the schedule board is booked to a resource.
Lets say for this example that this booking actually takes 5 days to complete, and the duration field - when the booking is completed has "5 days" as its value.
5 days * 24 hours = 120
120 hours * 60 minutes = 7200 minutes
The bar in the schedule board does not support "days-values", and displayes the value in minutes, but only displaying the first digit, or the first two digits in the number is over 10. So in my example here the schedule board shows the duration as "7 minutes", from the "7200 minutes" it actually is.
Does anyone have a solution for this?
This cannot be the intended functionality by Microsoft?