Suggestions
:bulb:
Metric Formulas With Comparison and Boolean Logic
Add the ability for parts of a formula to evaluate to “true/false” and develop comparison logic, for example:
combined_core = ((sleep_hours > 6) + (steps > 2000) + time_in_daylight) / 3
In this example, (sleep_hours > 6) will evaluate to TRUE if you sleep for more than 6 hours
Overall, if multiple TRUE/FALSE in a formula are used, the values should be interchangeable with numeric 1/0 values.