I am using Nintex 2019 responsive form, and I want to hide a panel and only show it when the user select a yes choice field, how can i achieve that.
I want the panel to hide until the user select “yes” (This options are not in a panel)
and after the user select yes the panel should show with the details below.(This is the panel I want to hide and only show when the user selects “Yes”)
Please assist.
Best answer by bamaeric
You can accomplish by adding a rule to the panel. Follow the steps below to configure this functionality:
Click on the Panel control and click on the “Add Rule” button in the top Ribbon.
Configure the rule with the following settings. - Rule name = Hide Panel (or name it whatever you like) - When = not(equals(Ship, “Yes”)) -- Click on the Formula Builder button to the right of the When field to enter this. -- Ship is the Name of my choice control. - Then = Hide
You can test this by clicking on the Preview button in the Ribbon.
You can accomplish by adding a rule to the panel. Follow the steps below to configure this functionality:
Click on the Panel control and click on the “Add Rule” button in the top Ribbon.
Configure the rule with the following settings. - Rule name = Hide Panel (or name it whatever you like) - When = not(equals(Ship, “Yes”)) -- Click on the Formula Builder button to the right of the When field to enter this. -- Ship is the Name of my choice control. - Then = Hide
You can test this by clicking on the Preview button in the Ribbon.
@Florence Make sure the rule is applied just to the panel you would like to hide. Feel free to send some screen shots of your configuration and we can make sure you have got it configured correctly,
What type of controls are the “Did you want to ship the license?” and “Shipment” fields? What are the Names and Titles in the Control Settings for each?
@bamaeric i changes the “Did you want to ship the license?” choice field with Yes and No to be “Shipment” then I asked my senior if I'm doing something wrong then she told me to use Shipment == “No”,