Hi,
I have a multi level tree account table with say parent level at level1 and leaf level in any of the child levels say level20. My fact table has data only for leaf level. My requirement is to aggregate all the levels into single column to show in report. For example, below is my table structure is
Acct Dim Table:
| ACCT_SKEY | ACCT_LEVEL1 | ACCT_LEVEL2 | ……. | ACCT_LEVEL20 | |
Fact Table:
Thanks in advance. Nag