
Hi Dirk,
".startsWith()" was introduced with the JavaScript version ECMAScript 6, but Podio calc fields are using ECMAScript 5 - so this method isn't available in Podio (= undefined function).
But you can use .charAt(0) instead
inactive.chartAt(0) == noprog || inactive.chartAt(0) == change || inactive.chartAt(0) == lost ? 1 : 0;
Rainer
Comment actions