Data Formatter for compound interest

Trying to create a math formula for compound interest but need to use to the power of as an operation, is this possible in the current data formatter / data bindings? I can see Math.pow(t,n) in the dmxFormatter.js file so can i extend in the document head?

Hey Paul,
Yes it is available under numeric fomatter options:

Thanks so so much Teodor, that was me being silly, did not do a conversion to number first so the option was not available, thanks for that, my compound interest calculator is all working great now.

1 Like