How to delete all relationships of a TOP dimension member? (or orphans all members below a TOP mb)
Hi there,
I have a dimension with 10 000 members under a TOP member.
I can delete all of the relationships below TOP running :
BRApi.Finance.MemberAdmin.RemoveRelationships
However, it is extremely slow as it does it one by one, so it takes hours.
The same thing with the XML load is a load faster.
<relationship parent="TOPTOP" child="XXXX" action="Delete" />
Any BR to upload the XML or other clever ideas?
Thanks One Team !
