Move Member

Moves a member from one location in the dimension structure to another. You can only use the Move Member command on local dimensions and Shared Library dimensions. You cannot move members in a shared dimension in an application.

Move Member
Properties(ApplicationName, DimensionName, FromParentName, 
MemberName,ToParentName,InsertAfterMemberName) 
Values('SampleApp', 'Period', '#root', 'r1', 'P2', '#none'); 

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.

FromParentName—Name of the parent of the member that you want to move.

MemberName—Name of the member that you want to move.

ToParentName—Name of the parent to move the member under.

InsertAfterMember—Indicates which child, under ToParentName, the member should be inserted after. This can be set to the special value '#none' indicating the member should be inserted as child one. This will affect the sort order for the member being inserted and all members after it.