Skip to main content
Nintex Community Menu Bar

Filter by Control

  • July 21, 2017
  • 2 replies
  • 8 views

Forum|alt.badge.img+1

Hello. I am very new to Nintex, so please forgive me for basic questions.

I have 2 lists:

  1. Events with Event Title, Event Date/Time, maxQuantity.
  2. Ticket Request with Event lookup field. How can I display future events only?

Filterd by control

Thank you.

2 replies

Forum|alt.badge.img+14
  • Scholar
  • July 23, 2017

to get filtering work 'Where field' should contain name of list field you want to filter by, not an expression.

the value to filter by should be defined by 'Filtered by control'

filtering, however, works just for equality condition. greater/less conditions are not supported.

to achieve what you need I would suggest to define a view on list that shows just requested future events and then set this view in 'Source view' (above filtering)


Forum|alt.badge.img+1
  • Author
  • July 24, 2017

Marian, thank you very much. It worked