Hello!
I have a sharepoint list with a column containing numerical values. It ranges from 0 to 400,000 square feet, but a user may only want to pull properties that range from 300,000-400,00sqft. In the app itself, I want users to be able to select a range of square footage they need and the results to aggregate a list of properties that fit in a gallery view. I already have the gallery and other filters set up, but am unsure how to include this square footage range.
One idea I saw on someone else's post was to create new columns of 0-100, 101-200, 201-300, etc. and then add a bunch of || statements in a filter on the combobox dropdown. However, I feel like there is an easier way to accomplish this... Any ideas?
No need to do extra columns - you can filter using an upper & lower limit (e.g. 100,000-200,000), or an upper limit (e.g. 300,000+), or a lower limit (e.g. under 150,000). Let your user experience determine which way is best for filtering, and then implement the filter to fit. Remember you can add more than one condition to a filter, so there are lots of options.
Hope that helps,
Bryan
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
177 | |
52 | |
41 | |
36 | |
27 |
User | Count |
---|---|
240 | |
81 | |
71 | |
69 | |
66 |