Say I have a Form-1 with fields:
- Transaction-Date
- Product-Number
- Product-Price
- Transaction-Currency
and Form-2 with field:
- Date
- EUR
- GBP
where values in EUR column are x-change rate from EUR to USD.
How can I add a formula field to Form-1 where Price-USD = Product-Price x x-change rate for the Transaction-Currency at Transaction-Date?
How is this done to get the value in Form-1?
How is this done in the HTML view?