You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
the measurement ratio filters (low range ratio and high range ratio) do not check for if the range value > 0, so can hit divide-by-zero errors. Need to perfrorm error check so query doesn't fail.
Work-around for the time-being: I added extra criteria that requires value_as_number > 0 and high_range > 0.
The text was updated successfully, but these errors were encountered:
the measurement ratio filters (low range ratio and high range ratio) do not check for if the range value > 0, so can hit divide-by-zero errors. Need to perfrorm error check so query doesn't fail.
Work-around for the time-being: I added extra criteria that requires value_as_number > 0 and high_range > 0.
The text was updated successfully, but these errors were encountered: