I have a survey that is trying to track work hours done on a variety of tasks. Each different task is set on a repeat. Each worker must account for 8 hours in a day.
Is it possible to sum the value of the entries and constrain it so that the sum of the entries must be over 8?
This is how I have it set up now:
| type | name | label | calculation | constraint | constraint message |
| calculate | total_hours | Total Hours | ${hours_admin}+...{hours_yardwaste} | ${total_hours}>=8 | Must Enter 8 Hours |
What am I missing? I have attached my xlsx.