Skip to main content
Nintex Community Menu Bar

Multiple choice & attachment , formatting and resizing issue

  • November 17, 2020
  • 2 replies
  • 14 views

Forum|alt.badge.img+11

I have a form with 3 different tabs ,formatting and validation rules. I'm having issues with the following section.

I need to hide the whole Panel if Tab does not equal Assignee, I tried formatting rule on Panel B and Panel C however  the formatting is messed up when opening the form. If I remove the rule (Tabs!="Assignee Task" - hide) the section is displayed as expected. Any help is appreciated

 

-Panel A has a  formatting rule to hide if choice control equals N/A

-Each choice control has validation rule is null or empty.

-Each attachment calls a js to validate if choice=Yes it should have at least one attachment

 

9471i1B263AAB91A6CC39.png

9472i19FB88625D7C8EFB.png

 

9473i187897BB6C50809B.png

 

2 replies

Forum|alt.badge.img+6
  • Rookie
  • November 18, 2020

Hi.

I think that equation needs to be !(Tabs == "Assignee Task").

Ed 


Forum|alt.badge.img+11
  • Author
  • Scholar
  • November 19, 2020

I had to set all resize option to No for all controls inside the Panel, Panel A & B and only set resize to yest on Panel C. That solved my issue.