Hello!
How can I show only positive numbers? Starting at number zero 0.
this is the formula: if(F24+F25<0,0,F24+F25)
How can we create formulas like this in Bubble?
@boston85719
Thank you!
Hello!
How can I show only positive numbers? Starting at number zero 0.
this is the formula: if(F24+F25<0,0,F24+F25)
How can we create formulas like this in Bubble?
@boston85719
Thank you!
I think setting up a text element to show the first dynamic expression component which is the F24+F25<0 portion and then use the operator formatted as text after that…what this will do is produce a yes or no value dependent upon if the comparison is true or false.
When you use the formatted as text operator you can then in the yes value show the value of 0 and in the no value show the value of F24+F25
Thank you so much!! It worked
This topic was automatically closed after 70 days. New replies are no longer allowed.