Skip to main content
Nintex Community Menu Bar
Question

Search object within inputted date range

  • July 10, 2024
  • 3 replies
  • 49 views

Forum|alt.badge.img+1

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

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+18

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)



Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

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


Forum|alt.badge.img+1
  • Author
  • July 10, 2024

Hey Rob, did you want to provide a link?