# SHOWZEROAS

Use the SHOWZEROAS function to customize how to display zeroes in your reports.

### Syntax

```javascript
SHOWZEROAS.<TYPE>
```

### Arguments

TYPE- Can be BLANK, HYPHEN, CUSTOM, or ZERO. Pass the custom value to use when the TYPE is 'CUSTOM'.

### Example

```
SHOWZEROAS.BLANK
SHOWZEROAS.ZERO
SHOWZEROAS.HYPHEN
SHOWZEROAS.CUSTOM('custom text')
```

<figure><img src="https://content.gitbook.com/content/sB9HAei8v4FfKkH9M4gw/blobs/hIfaMmsDI6pCQ61NofSW/image.png" alt=""><figcaption><p>Using the SHOWZERO option in a variable</p></figcaption></figure>

The zero values in the report have been updated to custom identifiers with the SHOWZEROAS script.

<figure><img src="https://content.gitbook.com/content/sB9HAei8v4FfKkH9M4gw/blobs/CvQmy0yIsyD118Vhl6MB/Untitled%20Project.gif" alt=""><figcaption><p>SHOWZEROAS function in action</p></figcaption></figure>
