Dimension

指定されたアプリケーションまたは共有ライブラリに空のディメンションを新規作成します。

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

ApplicationName - 既存のアプリケーションの名前です。共有ライブラリにディメンションを作成する場合は、#Sharedを使用します。

DimensionName - ディメンションの有効な名前です。

DimensionType - ディメンション・タイプは、次のいずれかを使用できます:

  • Account

  • Alias

  • AllocationType

  • Attribute

  • ConsolidationMethod

  • Country

  • Currency

  • Entity

  • Generic

  • ICP

  • Measure

  • MeasuresDetailed

  • Scenario

  • SecurityClass

  • SmartList

  • Time

  • UDA

  • Value

  • Version

  • View

  • Year