Could someone explain to me how the parentheses work? They can be placed anywhere. I wanted to do a calculation like this: Px(1-(Y/100)).
You’ll need to do P * ((Y/100 * -1 )+ 1)
Bubble won’t let you do 1 -
Bubble will add parenthesis where it’s needed according to the “more” selected.
If you want to put a number at the beginning of expression, you need to use arbitrary-text:converted to number to make it work (or store the number into a state and use Dynamic expression to get this state)
Thank you very much, I succeeded, you are great.
1 Like