Skip to content

Commit 6399e45

Browse files
POC-136: Fix disaggregation by population type numbers (#1222)
1 parent 98d52ac commit 6399e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/reporting-framework/json-reports/prep-monthly-summary-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"alias": "general_pop_active",
150150
"expressionType": "simple_expression",
151151
"expressionOptions": {
152-
"expression": "IF((prep.population_type = 3 or prep.population_type = 1 or prep.population_type is null) and active_on_prep_this_month = 1 ,1, 0)"
152+
"expression": "IF((prep.population_type = 3 or prep.population_type is null) and active_on_prep_this_month = 1 ,1, 0)"
153153
}
154154
},
155155
{

0 commit comments

Comments
 (0)