Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Running Total using active and inactive relationship

Hi I'm trying to determine the running total of [hours/week] displayed by month/year.  The basic algorithm is  RunningTotal = sum hours/week (  joined <= current and exit date is blank) + sum hours...