Member

Creates a new member in the specified dimension.

Create Member
Properties(ApplicationName, DimensionName, ParentName, MemberName, MemberDescription)
Values('Comma','Member_Dim', '#root', 'TestMember1', 'Description for TestMember1');

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

DimensionName—The name of an existing dimension.

ParentName—The name of the parent under which to insert the newly created member. Use #Root to add a new member at the top level of the tree.

MemberName—A valid name for the new member.

MemberDescription—A description for the new member.