Search object within inputted date range

B"H

I would like to provide my users with 2 fields, start and end date, that would act as a filter condition on a list’s model. A button will trigger a requery of the list’s model.

The same concept I would use for a searching a particular person by their email or city.
How can I display a form with fields and then query based on the provided input?
(UI only fields?)



Thank you

Yossi,

I’d suggest just using the table component. Add a table component, make it read only, don’t add any fields to it, and add a date range filter. Then use CSS to hide the table footer (see Barry’s response here: https://community.skuid.com/t/option-to-not-show-table-footers)


Alternately you can use the “arbitrary filter” method that has been discussed in other posts here. 

Hey Rob, did you want to provide a link?