# SETBLANKLABEL

SETBLANKLABEL can be used to replace blank row or column categories with custom text.

### Syntax

```javascript
SETBLANKLABEL.<ROW/COLUMN>(VALUE)
```

### Arguments

VALUE - Pass the custom value to use instead of blank categories.

### Example

```
SETBLANKLABEL.ROW('row_label')
SETBLANKLABEL.COLUMN('col_label')
```

<figure><img src="https://content.gitbook.com/content/sB9HAei8v4FfKkH9M4gw/blobs/uqIk8gsBzdCz20fWr6g1/image.png" alt=""><figcaption><p>SETBLANKLABEL function used in a variable</p></figcaption></figure>

Notice how the blank row and column categories are replaced with the custom text "DESC". The buttons use the SETBLANKLABEL script internally.

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