Insert Member

Inserts a copy of a member as a shared member. You can only use the Insert Member command on local dimensions and Shared Library dimensions. You cannot insert members in a shared dimension in an application.

Insert Member Properties(DimensionName, ParentName, InsertMemberName, MemberToInsertName)
Values('Account', 'Par1', ‘Mem1’, ‘Mem2’);

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.

ParentName—Name of the Parent of the member to insert under.

InsertMemberName—Name of the member to insert the member under.

MemberToInsertName—Name of the shared member to be inserted.