Resource allocation is showing different numbers in project vs resource finderSummaryIn some cases, you may observe different numbers for resource allocation between the Project view and Resource Finder in ServiceNow. This is due to the different contexts in which these views operate: Project (Top Pane): Displays resource allocation in the context of the resource plan for the role (generic context).Resource Finder (Bottom Pane): Displays resource allocation in the context of a specific user, considering their availability and time off. Below, we will explain the calculation differences with an example. Example: In the Top Pane (Project), the allocation is calculated based on the overall work days and standard FTE hours. For example in the Top Pane Calculation (Role Context) we have: Workdays: 5Hours per day based on FTE: 8 Calculation for FTE-week hours: 5 days * 8 hours/day = 40 hours On the week 3 days are worked and 2 days off. (8 hours per day * 3 days = 24 hours). The FTE calculation will be: FTE = actual working hours / FTE-week hoursFTE = 24 hours / 40 hours = 0.6 FTE In the Bottom Pane (Resource Finder), the calculation is done specifically for a user. In the example the user has 2 days off, leaving only 3 workdays. Resource Finder Calculation: Workdays after accounting for leave: 3Hours per day based on FTE: 8 Calculation for FTE-week hours: 3 days * 8 hours/day = 24 hours On the week, 24 hours are worked. The FTE calculation for that day: FTE = actual working hours / FTE-week hoursFTE = 24 hours / 24 hours = 1.0 FTE Conclusion: This difference in FTE is expected due to the distinct contexts in which the top and bottom panes operate: The Top Pane (Project) calculates FTE based on the resource plan for the role.The Bottom Pane (Resource Finder) calculates FTE based on the availability of the specific user, taking into account their 2-day leave. For clarity and simplicity, "Hours" could be used rather than "FTE" when reviewing resource allocation.