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

Pivot table - Accent style customization

Dear community,

Could we customize pivot table to accent style as shown below?

Thanks and best regards,

Chanel

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi,

Use this expression in Background color option of Expressions and Dimensions

=If(Mod(RowNo(TOTAL), 2) = 0, RGB(100,0,0))

Regards,

Jagan.

View solution in original post

3 Replies
Sokkorn
Master
Master

Hi Ms. Chanel,

This can be done easily by using Straight Table with image below

ST.png

By the way, we can achieve it in Pivot Table as well, but need more input. Let try

1. Add new Expressions: RowNo(TOTAL)

2. Select new expression -> Check on "Conditional" -> Type 1<>1 in difinition box

1.png

3. Goto "Presentation" tab -> Select expresion "RowNo(TOTAL)" -> Uncheck "Suppress Zero-Values"

2.png

4. Go back to "Expression" tab -> Expend expression by click on + sign -> Select "Background Color" -> Definition: If(Mod(RowNo(TOTAL),2)=0,RGB(214,233,239),RGB(255,255,255))

3.png

You need to apply "Background Color" for all expression and dimension.

Regards,

Sokkorn

jagan
Luminary Alumni
Luminary Alumni

Hi,

Use this expression in Background color option of Expressions and Dimensions

=If(Mod(RowNo(TOTAL), 2) = 0, RGB(100,0,0))

Regards,

Jagan.

Not applicable
Author

Thanks so much, Jagan!!!

Here we go:

Best regards,

Chanel