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

Custom Dimension on Partial Sum

Hello,

I have a Format Problem on a partial Sum, because when i want to change the background or the fore color, it affect only the expression:

Pivot Table:

Capture.PNG

Custom Format Cell:

Capture.PNG

How can i manage that please ?

Thanks you in advance for your help.

Sébastien.

7 Replies
sunny_talwar

Can you try playing around with this?

Capture.PNG

UPDATE: not sure if it will do anything, but see if that helps

Anonymous
Not applicable
Author

I tried, it affects all but not the Partial Sum 😕 :

Capture.PNG

sunny_talwar

Ya, it doesn't seem to be working for subtotal unfortunately.

Anonymous
Not applicable
Author

Okay

marcus_sommer

You could color your partialsums with an attribut-expression (in each expression/dimension) like:

if(match(Dimensionality(), 0,1), green())

- Marcus

sunny_talwar

But you can use if statement with SecondaryDimensionality() to get this to work.

sunny_talwar

Marcus‌ I think he will need SecondaryDimensionality() here:

Pick(SecondaryDimensionality()) + 1, Green(), White())