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