Currency Translation in Supplemental Data Forms
I'm trying to create a calculated attribute on a supplemental data form that simply translates an entered value at entity currency to USD but am not having success. i found an example in oracle's documentation that does exactly what i want to do but its not working. in the oracle documentation, it shows the calculation to be TRANSLATE([Amount}, 'USD', 'Average') where Amount is an attribute that is entered in entity currency and then translated to USD using the average rate. i'm using the same exact syntax but when i try to save it i get an error saying, "Parameter 3