cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement a level-based hierachy in CDS view

0 Kudos

Hi Community,

I searched a lot about the hierarchy, people are talking about parent-child hierarchy, but nobody mentioned how to implement a level-based/leveled hierachy in a CDS view and consume it in SAC or Analysis of Office.

Can anyone explain this with an example?

Thank you very much!

Accepted Solutions (0)

Answers (1)

Answers (1)

roberto_forti
Contributor
0 Kudos

Hi, try this one.

define hierarchy ZHI_Hierarchical_Table_01 
  as parent child hierarchy(
    source ZHI_Table_01
    child to parent association _filed_b
)
...