# SETSUPPRESSZEROS

SETSUPPRESSZERO can be used to show or hide zero values in reports.

### Syntax

```javascript
SETSUPPRESSZEROS(VALUE)
```

### Arguments

VALUE - Pass a boolean value of TRUE or FALSE.

### Example

```
SETSUPPRESSZEROS(TRUE) //Suppresses zeroes
SETSUPPRESSZEROS(FALSE) //Displays zeroes
```

<figure><img src="https://content.gitbook.com/content/sB9HAei8v4FfKkH9M4gw/blobs/6gtek3eofnfSoyvLfs4k/image.png" alt=""><figcaption><p>Set suppress zeroes</p></figcaption></figure>

Notice how the *Depreciation* row that only contains zeroes is suppressed when the SuppressZeroes button is clicked and displayed again when the DisplayZeroes button is clicked. The buttons use the SETSUPPRESSZERO script internally to hide and display zero values.

<figure><img src="https://content.gitbook.com/content/sB9HAei8v4FfKkH9M4gw/blobs/opghsXJjgS8K879lsy9w/Untitled%20Project.gif" alt=""><figcaption><p>Suppress zeroes script in action</p></figcaption></figure>
