Support Board
Date/Time: Sat, 01 Nov 2025 16:49:38 +0000
Post From: How to add Reset At Both Session Times to the Cumulative Sum of Study study?
| [2023-06-23 13:29:31] |
| User431178 - Posts: 804 |
|
Change this line sc.CalculationPrecedence = LOW_PREC_LEVEL;
to sc.CalculationPrecedence = VERY_LOW_PREC_LEVEL;
and make sure the Spreadsheet Formula study is below the cumulative sum study in the studies window. Spreadsheet Formula is very low precedence. |
