ILOG Rules for .NET User Guides > Rule Studio > Writing Rules > Working with Decision Tables > Inserting & Removing Rows

You can insert and remove rows using either the shortcut menu of the Decision Table Editor or the decision table toolbar.

Inserting a row in a decision table is equivalent to adding a rule to the rule project.

To insert an entire row in a decision table

Tip
You can also use CTRL+ENTER and CTRL+SHIFT+ ENTER to insert rows below and above the currently selected cell.

If you have already inserted a row that contains values you need for another row, you can insert a partially completed row. Partially completed rows share some values with other rows. For example, if you already have a row like this:

Home Country 
Loyalty Program Member 
Print Message 
New Zealand 
True 
Welcome back! 

You can insert a partially completed row that shares the value in the first condition column.

Home Country 
Loyalty Program Member 
Print Message 
New Zealand 
True 
Welcome back! 
False 
Enjoy your stay! 

To insert a partially completed row in a decision table
To insert an else row

You can have several Else rows in a decision table.

To remove a row from a decision table

See Also

Inserting & Removing Columns