How to create limits and conditions (checks) for a table

Image 110



Select a table.

Image 111



Click Add check in Table properties.

Image 112



Now, you can configure your check. For example, to assure that the sum of male_children_number and female_children_number is always equal to children_number, you can use the check expression: “(male_children_number + female_children_number) == children_number”.

Image 908

Is this article helpful for you?