I’m struggling to get my head round how to do a calculated value in a summary view. I have a list of shifts which are either filled by a staff member or they are not (NULL) and they are reported in a group by. I have a summary tablel that reports how many shifts (count) and how many staff members (count) - what I want to do is report the percentage coverage.
i.e.
Shifts Staff Coverage
Early shift: 50 30 60%
Late Shift 100 25 25%
Whenever I try and manipulate the values in onGroupby everything gets messy.
Is it possible?