Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hierarchy for Listboxes and Pivot Table

Hi,

     

I have data at multiple levels and I need it in hierarchy based on levels in Listbox and Pivot Table.

(Levels are dynamic)

Sample Data

IDNAMETYPELEVELPARENT_ID
1Assembly SKU27
2FreightSKU34
3MMUSKU28
4ProfitSKU27
5SGSKU28
6Testing SKU27
7MVASKU1NULL
8LossSKU1NULL
9VideoSKU36
10SpeakerSKU33

Data Required in this Format

   

MVAAssembly
ProfitFreight
Testing Video
LossSG&A
MMUSpeaker

Regards,

Dev

3 Replies
Anil_Babu_Samineni

I didn't follow you. would you describe more please.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
jonathandienst
Partner - Champion III
Partner - Champion III

This is an n-level hierarchy, and is covered here in some detail:

Unbalanced, n-level hierarchies

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

I have only one dimension and I need hierarchy based on Levels and by using the parent ID.


In the Requirement mentioned I need to display like the below format in hierarchical level.

MVA - > Assembly

         - > Profit       -> Freight

          -> Testing    -> Video

Loss   -> SG&A

          - > MMU     -> Speaker