Skip to content

Commit

Permalink
MOH 731 report performance update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Mutai committed Aug 1, 2024
1 parent f0ca347 commit 897189a
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions app/reporting-framework/json-reports/main-dataset-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
"joinCondition": "fli.person_id = hmsd.person_id"
}
},
{
"table": "<<hivSummaryDataSource>>",
"alias": "fhsvb",
"join": {
"type": "INNER",
"joinCondition": "fhsvb.person_id = hmsd.person_id"
}
},
{
"table": "amrs.location",
"alias": "l",
Expand All @@ -51,21 +43,6 @@
}
],
"columns": [
{
"type": "simple_column",
"alias": "height",
"column": "fhsvb.height"
},
{
"type": "simple_column",
"alias": "weight",
"column": "fhsvb.weight"
},
{
"type": "simple_column",
"alias": "stage",
"column": "fhsvb.stage"
},
{
"type": "simple_column",
"alias": "gender",
Expand Down

0 comments on commit 897189a

Please sign in to comment.