Hello everyone…
I’m struggling to perform a search between two boxes with prices ranging from 5000 to 15000.
Right now I’m doing
Price < 5000
Price > 15000
And it works… but I want to include the number itself also like the date range that has equal-greater or equal-smaller.
Anyone any idea what to do?
Thanks
Fabian
Then you could use these other constraints:
Price ≥ Value
Price ≤ Value
yeah that’s what I’m saying… the bubble doesn’t provide those constrains.
Maybe because datatype is text??
Thanks for the answer
Fabian
Oh! Then yes indeed, this means your field doesn’t have the “number” setting!
Yeah I figured it out…
Thanks
1 Like
bubble do provie Grater then or equal to ≥ and alos Less then or equal to ≤
system
Closed
7
This topic was automatically closed after 70 days. New replies are no longer allowed.