From 6f55690611868087c2f62a7571c72119e1d7af78 Mon Sep 17 00:00:00 2001 From: Angie-540 Date: Wed, 6 Sep 2023 13:44:33 +0300 Subject: [PATCH] follow-up not attempted --- .../ml-predictions/ml-weekly-predictions-base.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/reporting-framework/json-reports/ml-predictions/ml-weekly-predictions-base.json b/app/reporting-framework/json-reports/ml-predictions/ml-weekly-predictions-base.json index 49d787416..f2fa4b3a7 100644 --- a/app/reporting-framework/json-reports/ml-predictions/ml-weekly-predictions-base.json +++ b/app/reporting-framework/json-reports/ml-predictions/ml-weekly-predictions-base.json @@ -188,6 +188,11 @@ "conditionExpression": "(if((pre.is_successful_phone_follow_up = 'NO' OR (pre.attempted_home_visit = 'YES' AND pre.was_client_found = 'NO')), 1, 0)) = ?", "parameterName": "failedOutcome" }, + { + "filterType": "tableColumns", + "conditionExpression": "(if((pre.is_successful_phone_follow_up IS NULL AND pre.attempted_home_visit IS NULL AND pre.was_client_found IS NULL), 0, 1)) = ?", + "parameterName": "unknownOutcome" + }, { "filterType": "tableColumns", "conditionExpression": "ml.predicted_risk is not null"