Hi all. I’m trying to calculate a simple formula for calculating the user’s rating (I know about the plugin, I don’t want to use it, because I want to learn how to do it myself). I need to calculate the formula, but the bubble does it in a very strange way. Where does he get these numbers from? I need to multiply the number in one column by 4 and add the number from the second column multiplied by 5
Bubble’s math is different, every time it goes step by step:
so, let’s say your rate4 is 10, and your rate5 is 3, so the math: 10x4+3x5
will result on → 10x4 = 40 → 40+3 = 43 → 43x5 = 215 (it’s step by step)
if you want to do as usual math, you need to add some parentheses, and it needs to be written like:
(rate4 x 4)+(rate5 x 5)
If you haven’t get go to the settings menu and Versions tab and at the bottom left enable the experimental parenthesis, that will help a lot for order of operations