Reporter > Base rows and columns > Hiding the base
 
Hiding the base
By default, a base is always included in each variable in your tables. However, you can choose to hide the base so that it is not shown on the table. You can do this in the Properties pane of the New Variable, Edit Variable, or Edit Table Variable dialog boxes, or by typing the syntax directly into the Script pane.
For example, here is a table of age by gender in which the bases have been hidden.
You can create this table in the Museum survey data file (in which age and gender are both categorical variables) as follows:
1 Create a new table and add age to the side and gender to the top.
2 Click the age variable in the table and from the menu choose Variables > Edit Table Variable.
If the Properties pane is not visible, click the View Properties toolbar button.
3 Select the row that displays the base and, in the Properties pane, choose Hide in the Hide Options list.
If the Script pane is visible, you can see that the script changes to the following:
age{Base() [IsHidden=True], ..}
4 Click Save and Close.
5 In the same way, select the gender variable and hide the base:
gender{Base() [IsHidden=True], ..}
6 Regenerate the table.
Note You can also use the hide options to hide categories and other items that appear in your tables. See Hiding a category for more information.
Hiding the base in tables exported to Microsoft Excel
If you are exporting tables to Microsoft Excel spreadsheets, you can hide all bases in your tables so that they do not appear in the output files. To do this, clear Base values in the Display section on the Advanced tab of the Microsoft Excel Export dialog box. This overrides the settings in the tables.
 
See also
Base rows and columns