Table Construction Rules
Walkthrough
In this walkthrough, you will add some table construction rules to the 'all_employees' query from the example in Selection Tree Path. Follow the steps below:
1. Create a new query, 'all_employees_table', following the same steps from the previous example.
2. Enable the 'Map to Table' option.
3. Deselect the 'Join Subtrees' option.
4. Uncheck the 'Select' field for the following columns:
'fullname'
'name'
'benefit_plan_id'
'dept_id'
'location'
'score'
'skill'
'@id'
'skill.description'
5. Drag the 'name.firstname', 'name.lastname', 'birthday', 'salary', 'location.city', and 'location.state' columns to the front (left) of the table.
6. Enter the aliases for the columns.

The resulting query output now has the expected correct values.
Figure 3. Tabular Output With Joint Sub-Tree Selection

| << Adding Table Construction Rules | © 1996-2013 InetSoft Technology Corporation (v11.4) | Tree Node Filtering >> |