# SETSCALING

Set custom scaling for a specific measure or an array of measures.

### Syntax

```javascript
SETSCALING(measures, value)
```

### Arguments

measures - An array of measures or a single measure to set custom scaling.

value - Set to millions/billions/thousands/none, etc. Use the SCALING identifier to access the scaling options supported in Inforiver.

### Example

```
SETSCALING([2025 Actuals], SCALING.MILLIONS)
//Sets the scaling to millions for the 2025 Actuals measure
```

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FO6EzCXuHGhTc03ZBJSrF%2Fimage.png?alt=media&#x26;token=5d4f5f24-f283-46b1-a7f2-40d817988c4c" alt=""><figcaption><p>Set the scaling to millions for the 2025 Actuals measure</p></figcaption></figure>

Dynamically control the scaling with scripts:

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FGOpS2pHqBwEVuJrf7VJE%2FUntitled%20Project.gif?alt=media&#x26;token=125ca7ef-c4ef-47dd-ab5e-3875080dbdd9" alt=""><figcaption><p>Using scripts to set the scaling factor</p></figcaption></figure>
