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

 

Solved Solved
0 4 150
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4
4 REPLIES 4

You can:

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

I was after a one column solution but thanks for replying

Steve
Platinum 4
Platinum 4

Nope.

Thanks - stops me wasting time

Top Labels in this Space