Arithmetic expression has inputs of an invalid type 'Unknown'

Hello,

Iโ€™m getting an error message on what I thought was a simple Math expression. I canโ€™t seem to work out what is wrong.

Message - Arithmetic expression โ€˜([VAT Rate]*[Order Net])โ€™ has inputs of an invalid type โ€˜Unknownโ€™

Order Net is the sum of a table.
VAT Rate is a option of three VAT rates 0%, 5% & 20%

As usual all help greatly appreciated!

Solved Solved
0 2 3,484
1 ACCEPTED SOLUTION

You might need to change the [VAT Rate] column type to enum?

View solution in original post

2 REPLIES 2

You might need to change the [VAT Rate] column type to enum?

That did the trick! Thank you

Top Labels in this Space