Hello Anton,
Is the power math function is available in computed attributes ?
I have tried with following JEXL syntax, but it is not working.
Fuel
adc1 ? math:pow(2, adc1) : null
Number
Please guide me.
Thanks
I don't think you can use functions without registering them first.
Any way you can suggest to use power math function in computed attributes?
Hello Anton,
Is the power math function is available in computed attributes ?
I have tried with following JEXL syntax, but it is not working.
Fuel
adc1 ? math:pow(2, adc1) : null
Number
Please guide me.
Thanks