What´s the issue here?
@Erik Beuschau
That 's because casting null to a number returns 0 in Javascript . You can see what the Number formula looks like here https://github.com/nordcraftengine/nordcraft/blob/main/packages/lib/formulas/number/handler.ts Perhaps you could make sure they 're never set to null if you want to avoid the casting to a number ?