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

Set the scaling to millions for the 2025 Actuals measure
Dynamically control the scaling with scripts:

Using scripts to set the scaling factor