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

Straight table & pivot

If I use straight table or pivot it show diff total in both.In straight table ,it consider the value of Int & Dom & generate correct result.But in pivot table it won't consider the Int& Dom& display total excluding value of Int & Dom

But I need the report ,as display in the pivot table.What to do?

13 Replies
Not applicable
Author

it wont work with aggr

Not applicable
Author

Is it possible the same structure using straight table

michael_maeuser
Partner Ambassador
Partner Ambassador

i don´t know your data but you can try 2 things :

sum(aggr(sum(expression), dim1, dim2, dim3))

if that doesn´t help you can try to create a single expression for the total line with dimensionality()...

if(dimensionality()=1, then ....

just add dimensionality() to your table and you will see which value the total line has

Not applicable
Author

if(dimensionality()=1, then ...???