Forum Discussion

EaglesTony's avatar
EaglesTony
Post Prodigy
2 years ago
Solved

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      ...
  • EaglesTony's avatar
    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.