Hi,
I have two tables one with Parent Child Relation and another with Child node and corresponding Transaction as below
PARENT-CHILD table
| Parent | CHILD |
|---|---|
| A | Z |
| Z | X |
| X | W |
| W | V |
Transaction Table:
| CHILD | TRANS |
|---|---|
| Z | 100 |
| Z | 150 |
| X | 50 |
| Y | 100 |
| W | 50 |
| V | 150 |
I created PARENT-CHILD hierarchy in HANA Attribute Views and connected it to Analytical View
Then I use this Analytical view in Advanced Analysis for Microsoft, then when I try to pull Hierarchy in Rows section I get attached error
I dont see any issue in hierarchy
Any help is appreciated
Thanks,
Nikhil