Forum Discussion
EaglesTony
2 years agoPost Prodigy
I need help with drilldown
I have a single table that has all my data broken down as follows: Key Type Name ParentKey 1 Initiative SomeName 2 Initiative SomeName2 3 ...
- 2 years ago
I was able to figure it out.
I had to do some merge of individual tables via left joins until the final table had all the data for Initiative, Epic, Child Epic, so there had to be a flattened table in order to then be able to use different fields in this table in the drill through.
EaglesTony
2 years agoPost Prodigy
I was able to figure it out.
I had to do some merge of individual tables via left joins until the final table had all the data for Initiative, Epic, Child Epic, so there had to be a flattened table in order to then be able to use different fields in this table in the drill through.