Checkbox filter with number range

I am trying to create a number range checkbox filter. I have a database of different occupations and total employment in each occupation.


I know how to create checkbox filters for text, but not for numbers or number range.

Any help would be appreciated!

Looks like you have the need for the Experience (years) and the Total Employment. In both of these sections you already have fields displaying a value representing a number.

I don’t know how you did that but if it was me, I would have created an option set to do so…in the option set I would have not only the Display attribute (Less than 5 years) but I’d add a number attribute to give me a value to filter by once the user has made the selection of the filter Option they are interested in. Then in my search constraint I use the number attribute to filter by.

Learn More

Boston85719 is an expert Bubbler with a decade experience as an educator. Real name Matthew, he has been actively building SaaS apps, marketplace apps, scheduling apps and more for clients, himself and for sale as templates.

As an official Bubble Bootcamp Instructor, he leads Bubble Bootcamps on a regular basis.

Always willing to offer advice via the Bubble Forum, Matthew also offers Private Personal and Group Training Sessions.

Through his site, NoCodeTrainer, Matthew provides a range of tutorials with editor access to help you jumpstart your Bubble development.

Always accessible you can send Matthew a private message via the forum or send an email directly with your requests.

Be sure to checkout the Stripe Integration Course when you are ready to integrate Stripe payments to start monetizing your application via product sales or subscriptions.

Stripe Integration Course

NoCodeTrainer.com

Search for occupations with employment number greater than the minimum number, and smaller than the maximum number. This is how I create a number range filter.

You can find a price range filter in this template.

I already have Experience (years), the database has those exact text and not on the number. I will try the option sets. Thanks!

Thank for your feedback. That is not quite what I am looking for. I have these buckets of number (0-25000, 25000-75000, 75000-200000, and 200000+) and I only want users within the bucket.

This topic was automatically closed after 70 days. New replies are no longer allowed.