I used to be able to reliably adjust the position of parentheses in the expression composer but now it is seemingly impossible for me to achieve what I need ?
I tried to toggle the beta composer on/off and the checkbox for expression parentheses in the version menu.
I need to do
thing1.amount * (1 - thing2.ratio) but it always write (thing1.amount * 1) - thing2.ratio
I do not find how to write it differently.
Thanks for your help.
