Comments
- 
                I'll have to give this a try!
- 
                This works beautifully! Thank you!
- 
                @ST_-Superman-_ Your Solution works amazing and I'm still getting used to creating BeastModes! I would like to use this function to calculate Turnover Rate COUNT(DISTINCT case when `Status on Date`='Termination' then `ID` end) / COUNT(DISTINCT case when `Status on Date`='Active' then `ID` end) however, we calculate it…
