-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Country pages - Context and Structure - FDRS data incorrectly displayed #1396
Comments
Hey @tovari,
Should we make any change to the calculation?
For the year, we are currently showing the latest year from available data. Should we make any changes to the current implementations? |
hey @susilnem,
So, it has been just updated (KPI_noBranches) in the Data2 FDRS API (note that we only started collecting this information for 2023)
The logic of this calculation is correct! But from some digging, it looks like you are mixing and matching disaggregation from different years. I would recommend you stick to 2022 only if that is the latest year available. For example for Belize, It looks like “KPI_PeopleVol_Tot_age_13_17” is from 2021, the other age groups are from 2022,
|
@samshara, regarding the incomplete data from the latest available year: we can take data from the latest year, where the missing data is available. We need to indicate the year at the source info (e.g. Belize RC on FDRS, 2022, 2023, 2024) in such case. |
@tovari we have created two tickets to address this issue |
National Society Indicators are currently not displaying the correct values on the GO country pages.
Example: Belize https://go.ifrc.org/countries/31/ns-overview/context-and-structure
Branches: It currently displays KPI_noLocalUnits, but it should display KPI_noBranches (we added the number of branches as of this year [2023])
Youth (6-29 yrs): Should be 20? (KPI_PeopleVol_Tot_age_18_29 + KPI_Pstaff_Tot_age_18_29 = 18 +2 = 20 )
I think generally something goes wrong with the disaggregation’s here: There is no 13-17, nor 70-79 reported.
Source: All this data is from 2022, not 2023.
The text was updated successfully, but these errors were encountered: