I would like to do some calculations with formula, but currently it does not seems to have squareroot function.
I have seen in the documentation that you can add custom functions to formula:
Formula functions - EspoCRM Documentation
Also PHP has a function for square root:
PHP: sqrt - Manual
How would i be able to implement this?
I have seen in the documentation that you can add custom functions to formula:
Formula functions - EspoCRM Documentation
Also PHP has a function for square root:
PHP: sqrt - Manual
How would i be able to implement this?
Comment