Skip to main content
Nintex Community Menu Bar

Hide controls based on field choice

  • October 30, 2019
  • 7 replies
  • 37 views

Forum|alt.badge.img+1

I would like to hide the choice control "Triage Status" based on a choice selected in another choice control "Intake Status". I want the control Triage status to be disabled when the control Intake Status is empty or equal to "In Progress". The choice control Triage Status should not be disabled when Intake Status is equal to "Pending Approval" or "Intake Complete".

 

I have the below formula, but when I select "Pending Approval" or "Intake Complete" in the Intake Phase choice field, the Triage Status choice control is still disabled. Please advise how I can disable / enable this control.

 

 

not(or(equals(IntakeStatus, "Pending Approval"), equals(IntakeStatus, "Intake Complete")))

7 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • October 31, 2019

Hi,

 

The rule on Triage Status control would look like:

or(isNullOrEmpty(Intake Status),equals(Intake Status,"In Progress"))

See attached sample classic form example.

 


Forum|alt.badge.img+1
  • Author
  • October 31, 2019

The formula did not work for me. The Triage Status field is enabled when I add a new item. 

 

Can someone help find a way to disable the Triage Status field until Intake Status is "Pending Approval" or "Intake Complete".


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • October 31, 2019
Did you look at my form that I added to my post. You will find that it does what you want and then you can transfer that example to your form.

Forum|alt.badge.img+1
  • Author
  • October 31, 2019

I do not have InfoPath I am not able to open the attachment 


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • October 31, 2019

Hi,
Extract the zip.
Open the Nintex forms designer and select Classic forms.
Click import from the the ribbon.
Select the file that was extracted.
Preview/Publish to test.


Forum|alt.badge.img+1
  • Author
  • October 31, 2019

I am not able to do that, can only get into Nintex through Sharepoint.

 

I found a work around - I have the "Triage Status" choice field disabled when the "Intake Phase Closure Date" is null. This should work for now. If you would be able to share an example in another format for making the control dependent on the "Intake Phase Status" choice field, that would be really helpful. 


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • October 31, 2019

Extract the file to your computer.
In SharePoint navigate to a list.
From the ribbon click the Nintex forms Icon.
This will open the designer.
Click Import from the ribbon.
Select the file from the file search dialog box.
Click ok.
My form will now be in your SharePoint environment.

 

Video How to : https://www.youtube.com/watch?v=OxOqvD-TSSU