OK. This is probably incredibly simple, but I’m missing it. I want to calculate a percentage of a total A / (A+B). Problem is how do i add the parentheses with dynamic data? Thanks.
Bubble doesn’t follow standard order of operations in mathematics.
So you will need to break up your formula to make it work correctly. You could use a hidden input to calculate A+B, then reference that in your final calculation. “A / hidden input’s value”
Thanks!
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.