NINTEX Forms List lookup with two filter criterias

  • 10 January 2018
  • 3 replies
  • 1 view

Badge +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

Badge +10

‌, hast Du ne Idee?!?

Userlevel 5
Badge +14

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

Only single conditional filters unfortunately. 


Badge +9

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.

Reply