Provides a way to copy dimensions within the Shared Library, within an application, or between the Shared Library and an application. You cannot copy a dimension directly from one application to another.
Copy Dimension Properties(ApplicationName, DimensionName, TargetDimensionName, TargetDimensionDescription, destApplicationName) Values('#Shared', 'Scenario','CopyScenario', 'Copy of Scenario Dim', Comma');
ApplicationName—The name of an existing application.
DimensionName—The name of an existing dimension.
TargetDimensionName—The name of the target dimension.
TargetDimensionDescription—The description of the target dimension.
destApplicationName—The name of the destination application.