# SHOWNULLAS

Use the SHOWNULLAS function to customize how to display null values in your reports.

### Syntax

```javascript
SHOWNULLAS.<TYPE>
```

### Arguments

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

### Example

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

<figure><img src="https://content.gitbook.com/content/sB9HAei8v4FfKkH9M4gw/blobs/VdsA3SJcgxLvzxD5Nasm/image.png" alt=""><figcaption><p>Using the SHOWNULLAS function with variables</p></figcaption></figure>

The null values in the report have been updated to custom identifiers with the SHOWNULLAS script.

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