power math operation in computed attributes

Darshan7 years ago

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

Anton Tananaev7 years ago

I don't think you can use functions without registering them first.

Darshan7 years ago

Any way you can suggest to use power math function in computed attributes?

Anton Tananaev7 years ago

I don't know.