When creating cohort definition inclusion criteria around measurements, when checking if value is above or below normal, the query divides value_as_number by range_high/low. however, that will cause problem if range_high/low value is 0. do a check in query so divide-by-zero doesnt occur.
When creating cohort definition inclusion criteria around measurements, when checking if value is above or below normal, the query divides value_as_number by range_high/low. however, that will cause problem if range_high/low value is 0. do a check in query so divide-by-zero doesnt occur.