Suppressing zeros
You use  to hide rows and columns that only contain zero values.
    By hiding erroneous data, it is easier to identify significant results in the worksheet. Assume a worksheet contains this data:
| X | Y | Z | |
| A | 0 | 1 | 2 | 
| B | 0 | 0 | 0 | 
| C | 0 | 3 | 4 | 
| D | 0 | 5 | 0 | 
If is applied to rows, then row B is removed:
| X | Y | Z | |
| A | 0 | 1 | 2 | 
| C | 0 | 3 | 4 | 
| D | 0 | 5 | 0 | 
If is applied to columns, then column X is removed:
| Y | Z | |
| A | 1 | 2 | 
| B | 0 | 0 | 
| C | 3 | 4 | 
| D | 5 | 0 | 
If is applied to both rows and columns, then row B and column X are removed:
| Y | Z | |
| A | 1 | 2 | 
| C | 3 | 4 | 
| D | 5 | 0 | 
You can use to suppress zeros in a specific row or column, or in a generated Summary Report or analysis sheet. You can use Suppress Zero when using the breakout functions.
Click to view these options:
- : hide rows in which all cells contain zero values
 - : hide columns in which all cells contain zero values
 - : display previously suppressed rows or columns
 - : suppress zeros in the results of the selected report
 - : suppress zeros in the results of the current analysis sheet.
 
The Suppress Zero function is also available from the Report Style tab from the drilldown functions:
- Breakout
 - Summary Drilldown
 - Transaction Drilldown
 - Expand.