Hi @LaurensM . Thanks for the follow up questions.
I just would like to show the Sum of all 'operational cost' in the first screen in all the JRP_Unit_Activity in 2023.
ie Using the snapshot previously sent (Screen 1), All the Title values displayed on the gallery all have Operational cost Per year ,eg 'Child Protection Awareness Raising', 'Child protection-Community based child protection' etc. I just want to show the total of all operational costs for all values within the gallery which already have a filter applied based on Another list which i never mentioned called "Unit_Funding" where each JRP_Unit_Activity list is tied to using a relational column (ID).
Permit me to share all lists (Dummy version) for better understanding.

For the same scenario (An overview).
1. I have a gallery (galunit) that has a list - Funding_Unit (Title). When you select the Next Arrow icon, It will Navigate to a Screen (Main) that has a gallery called galmain.
2. The galmain has a filter
Filter(JRP_Funding_Activity,UnitID=galunit.Selected.ID)
Also, in the Onvisible of the main screen, i have this
ClearCollect(ColYear,Unit_UrgentNeed)
And finally, in the main screen, I have a drop down(drpyear) that contains the following which list out the years based on the Clearcollect -
Distinct(ColYear,Year(Urgent_Date))
So my question goes, using 'Protection' (in Funding_Unit List) for example, How do I calculate the operational Cost for 2023 while leveraging the Drop Down.
Apologies for the lengthy text. I hope this clears the air.
Thanks.