Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot table drill down

Hi all,

i try to explain my problem:

My data consist of a hierarchy:  AREA -> FCS -> KPI -> Indicatore       (hierarchy is shown below in picture)

picture1.JPG

i want to create a pivot table like this:

Picture2.JPG

the expression is not the same for all level of hierarchy because of the PESO (PESO in english means "weight") that change for each level, so the column where is insert the expression must change dinamycally in base of deep of the drill down/up. I mean: first case

Picture3.JPG

the expression must be multiply for PESO of AREA_ID

second case:

Picture4.JPG

the expression must be multiply for PESO of FCS_ID

third case:

Picture5.JPG

the expression must be multiply for PESO of KPI_ID

and so on...

any suggestion?

THX

1 Reply
Not applicable
Author

i think i need a function like getselectedcount()>0 that told me when user click on plus of the table so i can condition the formula in expression... any suggestion?