Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a pivot table with 3 dimensions, Month, week and day, and one expression X.
I use the bottom function to display the bottom value in the totals
= if(dimensionality()<3, bottom(Sum(X)), Sum(X))
It work´s fine, and the totals display the bottom value of the rows that are below.
My problem is when I colapse the dimension, the total is transformed to a null value like "-"
Example:

When i Collapse the Week 40 the total is converted to a "-"
Can anybody help me?, Is it possible to show the bottom value when I collapse the dimension?
Nobody can help me?
</div><div></div><div></div><div>if(secondarydimensionality()<3, bottom(Sum(X)), Sum(X))</div><div></div><div>
Ok, thanks, it work´s fine.
Solved
Hola Juan Carlos
La fórmula if(dimensionality()<2, bottom(Sum(X)), Sum(X)) funciona pero necesito tener los 3 tolales, por mes, por semana y por día.
En tu imagen solo hay totales por mes y por semana.
Además cuando contraigo las filas desaparece el número y sigue saliendo el símbolo nulo -.
La fórmula funciona mientras está desplegado pero cuando la contraigo no, sale el -
Además como se ve en tu imagen en el total del mes aún desplegado sale el -, debería repetir el valor en cada total de forma que si contraigo el mes pueda ver el último valor de ese mes y así sucesívamente si contraigo la semana, etc...
Gracias por tu ayuda