binu.jose wrote:Thanks for your reply.
I am able to create hierarchy .
Not the hierarchy that you had in your original post you aren't. That simply wouldn't work. Never has, never will.
binu.jose wrote:I refered below URL to create hierachy. dimension is created with out any error. but i am facing some issue while loading data.
You're unlikely to be getting a circular reference issue when you're loading
data. When you're creating
metadata it's more likely and is usually caused by the sort of example you had in that first post. Either
(a) That you're trying to assign an element as a child of itself as you claimed you were; or
(b) That you're trying to assign A as a child of consolidated element B and also B as a child of consolidated element A.
But as the
Request For Assistance Guidelines say:
Similarly if you're getting unexpected results, specifics of what you're running, how, and what results you're getting will yield a more valuable response than "I'm running a T.I. but my code doesn't work properly"
This would include the specific TI code which is generating the error.