POWER() Overhauled and (trivial) examples ad...

POWER()

Overhauled and (trivial) examples added. Any other examples needed here?

Maybe something that shows how one can control the number of decimal places displayed?

Maybe how to better format a large number that is a result?

Wondering how to provide a decimal column as a parameter for Power ()
e.g. POWER([Fieldname], 0.425)

Emmanuel_C_Benjamin:

POWER([Fieldname], 0.425)

That should just work.

It throws an error saying something like β€œit expects two decimals as inputs. β€œ it does not accept field names unfortunately.

I suspect your column types are wrong, they need to be either Number or Decimal.

1 Like

Ah thanks a ton I was marking both as decimals. Much appreciated Marc. Greetings from Switzerland.