Dimension

Adds an existing dimension from the Shared Library to the specified application. The dimension can be added as a shared dimension or copied to the application as a local dimension.

Include Dimension 
Properties(DimensionName, IncludeAsShared)
Values('C_Alias', 'true');

ApplicationName—The name of an existing application. Use cannot use #Shared as the target for including a dimension.

DimensionName—The name of an existing dimension in the Shared Library to include.

IncludeAsShared—Use a value of true to include the dimension as a shared dimension that is still linked to the source dimension in the Shared Library. Use a value of false to include a copy of the dimension that is separate from the dimension in the Shared Library. Allowed values:

  • True

  • False