SETSCALING
Syntax
SETSCALING(measures, value)Arguments
Example
SETSCALING([2025 Actuals], SCALING.MILLIONS)
//Sets the scaling to millions for the 2025 Actuals measure

Was this helpful?
Set custom scaling for a specific measure or an array of measures.
SETSCALING(measures, value)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.
SETSCALING([2025 Actuals], SCALING.MILLIONS)
//Sets the scaling to millions for the 2025 Actuals measure
Dynamically control the scaling with scripts:

Was this helpful?
Was this helpful?