Skip to content

Commit

Permalink
OAM-295: Update geo zones for report angola_reporting_rate_report
Browse files Browse the repository at this point in the history
  • Loading branch information
mdulko committed Aug 8, 2024
1 parent 22e5f54 commit 7fc128b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion reports/angola_reporting_rate_report.jrxml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ facilityWithParentZone AS (
JOIN referencedata.geographic_levels AS levels ON zones.levelid = levels.id
WHERE
levels.levelnumber = 4
),
)
SELECT
facilityWithParentZone.parentZone AS geographiczonename,
COUNT(CASE WHEN status_change.createddate IS NOT NULL THEN 1 END) AS completed,
Expand Down

Large diffs are not rendered by default.

0 comments on commit 7fc128b

Please sign in to comment.