Skip to main content
Nintex Community Menu Bar

NINTEX Forms List lookup with two filter criterias

  • January 10, 2018
  • 3 replies
  • 18 views

Forum|alt.badge.img+10

Hi all,

I have a list with a column "Status". Currently I am doing a list lookup to that list with the following filter

Status = Lieferung ausstehend

What I want to have is something like this:

Status = Lieferung ausstehend OR Status = Bestellt

I was not able to achieve this. I already tried Inline functions (green circle) but without success.

212042_pastedImage_7.png

Any suggestions?

Cheers

mai-kel

3 replies

Forum|alt.badge.img+10
  • Author
  • Nintex Partner
  • January 10, 2018

‌, hast Du ne Idee?!?


MegaJerk
Forum|alt.badge.img+14
  • Scholar
  • January 10, 2018

There is no way for the Lookup Control to do this currently sad.png 

Only single conditional filters unfortunately. 



Forum|alt.badge.img+9
  • January 10, 2018

Such a filtering is possible if you use Javascript. A jQuery UI autocomplete widget is used, which is assigned to a single line text control. datasource is an array, which is filled by rest web service. The REST endpoint "_api/web/lists" is used for this purpose. Complex filtering is possible via odata $filter parameter.