Skip to main content
Nintex Community Menu Bar

On a list view, can I create a way for users to filter the list based on adhoc date ranges?

  • January 22, 2019
  • 2 replies
  • 8 views

I have a list view where I would like to filter a single date based off a range - to help during auditing season. Is this possible? Thanks!

2 replies

Forum|alt.badge.img+15
  • Scholar
  • January 22, 2019

How is your list currently populated? That is, does it come from a SQL stored proc, SQL table, static list...? I don't think the out-of-box filters can do what you want, but you can create two date fields on the form and use those either as parameters or filters when populating the list.


  • Author
  • January 22, 2019

The list is populated with individual instances from a SmartObject. It doesn't come from a SQL stored proc, table or static list. I was thinking that the out-of-the-box filters couldn't do what I want, but wanted to confirm. Thank you