0
Cumulative Sum
Hi need a script to cumulative Hours by Discipline.
Discipline is N:1 relationship
4 Antworten
-
IF (and that is a necessity here) the cumulative sum is following the Id of the records, or you have any other ordering system in a field, you could do something like this:
let my := this; sum(select(Table where Discipline = my.Discipline and Id < my.Id).Hours)
-
Excelent appreciate your help.
Content aside
- Status Answered
- vor 4 MonatenZuletzt aktiv
- 4Antworten
- 46Ansichten
-
2
Folge bereits