The formula used to calculate the "Programme progress" bar is as follows :
ProgrammeProgress = (CurrentProgrammeInterval * 80 / TotalProgrammeInterval )
For an illustration of how the CurrentProgrammeInvertal, TotalProgrammeInterval and ProgrammeProgress are calculated, see the following example:
- CurrentProgrammeInterval = DateTime NOW - ProgrammeStartDate = 08/04/2022 - 20/09/2021 = 200 days
- TotalProgrammeInterval = ProgrammeExpectedEndDate - ProgrammeStartDate = 20/09/2021 - 20/09/2026 = 1826 days
- Program Progress = (200 * 80 / 1826) = 8.76 (Programme Progress = 8%)