I have 3 hierarchies, Customer (C1-C9), Developer (D1-D3) and Product (P1-P6). I also have a combined list C10 which is C9_D3_P6.
I have a DATA Rebates module with a LOAD list dimension and properties for C6, D2, P3.
I have a reporting module with C10. I've also got a PROP C10 module with line items for each of the items in the relevant hierarchies.
I want to create a formula within the reporting module that can lookup the values in the DATA Rebates module however I'm not sure I can do it easily.
Do I really have to create another combination list item (and associated views/actions etc) for C6_D2_P3? Is there a better way of doing it?