Skip to content

Commit

Permalink
follow-up not attempted (#1321)
Browse files Browse the repository at this point in the history
Co-authored-by: Drizzentic <[email protected]>
  • Loading branch information
Angie-540 and drizzentic authored Sep 7, 2023
1 parent 94e4116 commit a906a4a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a906a4a

Please sign in to comment.