Skip to main content
Nintex Community Menu Bar

or not working with radio button and checkbox fields

  • May 14, 2015
  • 1 reply
  • 5 views

Forum|alt.badge.img+8

Good day,

 

I have a radio button [projectBudget] with two values [planned, unplanned] and a checkbox [exceedBudget].  If the user selects "Unplanned" on the radio button OR selects the checkbox there is a panel that should display, but at the moment it only works on the radio button, it just ignores the checkbox.  I have the rule on the panel:

 

or(not(contains(ProjectBudget, "Unplanned")), {ItemProperty:exceedBudget})

 

I also tried making two rules and that didn't work either, any suggestions are appreciated,

Thanks,

Jennifer

1 reply

Forum|alt.badge.img+16

‌ did you resolve this in the end?