I am trying to write a simple formula and Anaplan keeps removing the parentheses which causing an issue with the order of operations needed.
What am I missing here? Do I have to break out both parts into separate line items or is there a syntax issue?
Desired: ('Total Units (Final)' / Total Units) * ('Qty1' / Qty Final)
Result: 'Total Units (Final)' / Total Units * 'Qty1' / Qty Final