Column type calculation

Is there a column type that allows in field calculations?

i.e user can enter “=1+1” and it will calculate “2” on enter

Thanks

You can:

  • Set the column type to Text.
  • In another column with type Decimal, remove the leading “=” and use Decimal([column])
1 Like

Nope.

1 Like

Thanks - stops me wasting time

1 Like

I was after a one column solution but thanks for replying

1 Like