![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi, I have this calculated member in a PivotTable Date xxx Sales Sales in last year (ParallelPeriod) 2000 200 185 2002 350 311 Grand Total 550 ------ I need to show Grand Total for "sales in last year" ....Is this a limitation of Pivottable ?? Thanks in advance, Cristiano ================================= Cristiano Moraes da Silva Analista de Sistemas DBC Database Company Porto Alegre - RS - Brasil +55 513330 7777 cristiano (AT) dbccompany (DOT) com.br www.dbccompany.com.br |
#2
| |||
| |||
|
|
Assuming your ParallelPeriod() is working on the dimension that you are using to dice on rows, it makes sense that you would not see anything in the Grand Total. ParallelPeriod() will require a time member to be selected. There is no time member for the tuple on the Grand Total line (or, I should say, the time member is (All)). The calculation results in null. David |
#3
| |||
| |||
|
|
Ok David, I know that, but i want to get this result: Date xxx Sales Sales in last year (ParallelPeriod) 2000 200 185 2002 350 311 Grand Total 550 496 I want to display in Grand Total: SUM ( Sales in 1999 + Sales in 2001) = 496 Cristiano. |
![]() |
| Thread Tools | |
| Display Modes | |
| |