Forum Discussion
jaco1951
8 years agoHelper III
Total is wrong when multiplying amount with currency value
Hi all I have a formula that works on row level, but the total is incorrect. outgoing_total_USD = [outgoing_total] * MAX(factTable[inverse_CurrencyValue]) Does anyone know how to so...