Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to create a pivot table made of the following excel spreadsheet attached.
When I select A1 i want to see the following pivot table:
Supports | 2nd Level Supports |
---|---|
A2 | A4 |
A1 | |
A3 | A4 |
A5 | |
A6 | |
You need to use the Hierarchy statements in the script.
See the attached for a simple example.
The below link is a great resource to get Hierarchies integrated properly into your application.