Remove Dimension

Removes a shared dimension from an application.

Remove Dimension
        Properties(ApplicationName, DimensionName, Force)
        Values('Comma', 'Period', 'true');

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

DimensionName—The name of an existing dimension.

Force—If set to true, the dimension is removed even if it is currently associated with other dimensions in the application. If set to false, the remove will fail if the dimension is associated with other dimensions in the application. Allowed values:

  • True

  • False