Nintex Forms Dropdown Rule


Badge +2

Hi all,

I have a question about Nintex Forms and Rules. My Dropdown has the following Items:

- Please select a value (default)

- Passbuero

- Vertretungen

In a second step I have a textbox named AbgabeBiometriedaten. This box is only visible if the selection of my dropdown is selected to Vertretungen

In this TextBox I have associated a Rule --> contains(AbgabeortBiometriedaten,"Passbuero") --> Hide. This works!

My problem is that I need to hide it also if the dropdown is selected to Please select a value

If I create a second Rule like --> contains(AbgabeortBiometriedaten,"Please select a value") --> Hide it doesn't work.

Have you an idea?

best regards


2 replies

Badge +9

To hide the textbox when "Please select a value" is shown in dropdown menu You have to use the following rule:

isNullOrEmpty(AbgabeortBiometriedaten)

To see the actual value of the dropdown create a Calculated Value  control with formula AbgabeortBiometriedaten

Kind regards

Manfred

Badge +2

Thanks! It works!

Reply