SETSCALING

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

Syntax

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

Last updated

Was this helpful?