Add a Calculated field in a Query Table
Hi
I have a
query table with two columns:
- "Sales Euro"
- "Exchange rate"
I would like to add a
calculated column in the SAME query table:
- Sales in Dollars (resulting from the calculation of "Sales Euro" * "Echange rate"
Thanks!!!