Skip to main content
Nintex Community Menu Bar

How to hide/show values in the drop down

  • July 14, 2017
  • 3 replies
  • 33 views

Forum|alt.badge.img+4

Hi Team,

Is there any code or rule to show or hide /remove or add drop down option values.

Suppose if i remove. but i am not able to add values to that drop down using script.

205628_pastedImage_1.png

Am removing this values using the following code.

NWF$('#' +LossStatus).find("option[value='0 - Not applicable']").remove();

after that how should i add.

3 replies

Forum|alt.badge.img+16

what is your underlying requirement for why you need to do this?


Forum|alt.badge.img+4

I would require to hide or show some values based on drop down selection.

Is there possible to remove or hide lookup list value in Nintex form


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

sure.

you can either

- define a source view that limits options shown in list lookup

- or make a filter based on other control or value

205794_pastedImage_1.png