Dimension

Creates a new, empty dimension in the specified application or in the Shared Library.

Create Dimension
Pproperties(ApplicationName, DimensionName, DimensionDescription, 
DimensionType)
Values('Comma','Test_Account','Test Account','Account');

ApplicationName—The name of an existing application. Use #Shared to create a dimension in the Shared Library.

DimensionName—A valid name for the dimension.

DimensionType—Dimension Type can be any one of the following:

  • Account

  • Alias

  • AllocationType

  • Attribute

  • ConsolidationMethod

  • Country

  • Currency

  • Entity

  • Generic

  • ICP

  • Measure

  • MeasuresDetailed

  • Scenario

  • SecurityClass

  • SmartList

  • Time

  • UDA

  • Value

  • Version

  • View

  • Year