Login Page - Create Account

Support Board


Date/Time: Sat, 15 Aug 2026 04:24:18 +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: 899
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.