Showwhen Activity

can we write both and() and or() conditions in the showwhen activity. i have tried for a text field. if the checkbox is selected the textbox should appear. but it is also appearing in the next page. can anyone pls help

  Discussion posts and replies are publicly visible

Parents Reply
  • As an addendum - I'd strongly encourage you to encapsulate the logic into an Expression rule, separate form the Interface, unless it is only a single value comparison. In this way you can a) independently test it and confirm that it is working as expected and b) you can attach Unit Tests to the rule which means you can provide continual Quality Assurance on the logic as your application evolves. It also makes a clear separation between business logic and presentation which is just good practice.

Children
No Data