Table |
The following settings are available: -
Auto-resize columns - If On, columns of the decision table are automatically resized in the table. If Off, you are responsible for resizing columns. The default value is On.
-
Expand/collapse handles - Show or hide the handle that allow you to expand or collapse tree branches in the table. The default value is On.
-
Show hidden columns - If On, hidden action columns are shown with a specific icon indicating that they are invisible. The default value is On.
-
Show column tooltip - Show or hide column tooltips. The default is On.
-
Show row tooltip - Show or hide row tooltips. The default is On.
-
Show cell tooltip - Show or hide cell tooltips. The default is On.
-
Render boolean values - If On, shows a check box to render the boolean values in the cells. If Off, the Boolean values are displayed as
true or false.
|
Table Checking |
The following settings are available: -
Cell values - If On, cell values will be checked against the rules specified for the table or column.
-
Symmetry - If On, the table or condition column(s) will be checked for symmetry
-
Overlap - If On, the table or condition column(s) will be checked for overlapping ranges.
-
Gap - If On, the table or condition column(s) will be checked for contiguity.
Note that for a numeric column, gaps checking can be: -
Disabled - no gap checking on this column.
-
Interval - checks if gap exists inside intervals but does not report a gap when limit is not covered (- infinity, + infinity).
-
Infinity - check if gap exists inside interval and if limits are covered (an error is reported if - infinity or + infinity is not covered).
For example, for:
Age
18 - 35
36 - 40
No gap will be reported if gap checking is Interval, but an error will be reported if gap checking is Infinity, because [-infinity, 18 [ is not covered and ] 40, + infinity is not covered.
For each type of check, you can specify the level of reporting you want: info, warning or error. |