FormatDecimals Property

The FormatDecimals property sets or returns the number of decimal places PowerPlay® shows for a measure or calculated categories.

Syntax

Object .FormatDecimals

Applies To

Category Object

Measure Object

Discussion

Use this property as a format setting.

Range: 0 to 9.

A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.

Type

Long (Measure Object), Int (Category Object)

Access

Read/Write

Examples

objMeasures = objModel.MeasurescurrentMeasure 
= objMeasures("Revenue")currentMeasure.FormatDecimals
= 2