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,432
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