Would there be any way to configure field rules to use a bit more complex logic? Instead of only AND and OR options ("when all" = AND, "when any" = OR), is there a way to combine the two? I'm looking to create a rule that'll show a set of fields when A or B is selected AND the answer to a different question is yes.
Question
Question
Answer
Conditional groups are supported for field rules as well as disable field rule using new form designer in Forms 11 Update 3.
You can see other changes of Forms 11 Update 3 from https://support.laserfiche.com/kb/1014413/list-of-changes-for-laserfiche-forms-11-update-3 and get Forms 11 Update 3 from Laserfiche 11 package https://support.laserfiche.com/kb/1014263/software-versions-and-fixes-included-in-the-laserfiche-11-download-package.
Replies
At the same time, could you add an enable button for a rule as in the lookup tab. Be nice to be able to quickly disable a rule for troubleshooting purposes, etc.
I agree that that would be quite helpful to add.
For a workaround for your issue, you could create an additional single-line field and use the Calculations section to check whether A or B is selected, and then use that field in the field rules with the Yes.
=OR(Variable="A", Variable="B")