Make one list as parent of a different hierarchy list

I have a concatenated list P5_L5 that is rolling up to P4 list.

Now I have created a system module with P5_L5 list and defined P5_L5 name, code, P4, P3,P2,P1 as parent. Then defined L5 using Finditem and then added L4,L3,L2,L1 as parent of L5.

Now I want to create a list where P5_L5 can be assigned under L5 (L5 as a parent of P5_L5) for a selector module. I am doing the mapping for the list as below

P5_L5 > System Module Item

P5_L5 code> System module Code

Parent> System module L5 country

However after this this the P5_L5s are not getting assigned to any parent (L5).

Please suggest how to do this.

Answers

  • Hi

    I think you are trying for parallel hierarchy with P5_L5. Let me know that whether I am going in a right way. You are having P4 as parent for P5 and want to add L5 as parent for same list P5?

    If so, please follow these steps.

    1. You need to create another list with same codes as P5 and name it as P5_2 and initial list would be P5_1.
    2. The similar list created would be having same codes and names, but named as different list.
    3. Now you can add L5 as its parent and use it as dimension.
    4. As the codes are same using finditem you can get your requirement.

    Hope this helps you

    Thanks

  • I have my P5_L5 set with parent P4. Now I want to make P5_L5 with L5 as parent.

    I have already created a new list named "P5_L5 with L5" and made L5 as parent but while I imported the data from the System module (where I have already defined P5_L5 with L5 using Finditem for L5 country) its not getting imported as expected. All the P5_L5 is getting added at the bottom without any parent L5 assigned.