Entire form hidden when hiding panel

  • 6 December 2017
  • 4 replies
  • 2 views

Badge +1

I've created a form where based on a drop down selection a panel of questions is either hidden or displayed. However, I've applied the rule to the content within said panel, but it hides my entire form, rather than just the panel. I've made sure that the content for the main form is not associated with this rule, but I am stumped. Being that I'm a newbie to Nintex it is probably an oversight. Any ideas?image of panel and rule


4 replies

Userlevel 5
Badge +14

rule's formula seems not to be syntactically correct.

could you explain what should formula check for to hide panel?

Badge +8

The syntax should be like this:

not(equals(ReportType,'Incident'))

Badge +1

Roger,

You are correct the syntax was incorrect, however even after correcting the syntax it still did not work.  I made sure no other content or panels were associated with the rule, but the entire form still did not display. When I removed the show all check, it miraculously worked. Later I tried to change the rule condition and it didn't work,  but did in another form. I think there may just be something wrong with my form.

Thanks for the assistance.

Userlevel 5
Badge +14

'Show all' do not have any impact on functionality!

it's just designer feature, the form doesn't know about it at runtime.

the reason it's working sometimes and sometimes not might be that you have an error in one of your rules, calculations (or javascript, if you use it) that is sensitive on data you input on the form, or you have a rule/calculation that needs to be evaluated at some circumstances and at some not.

Reply