Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This is a pivot table that I like to change the background color of the title. Is it possible?
Try this:
Apply Change To: Select Expression
Sure, check Settings User Preferences, and ensure you have 'Always Show Design Menu Items' ticked.
Right Click on one of the dim headers and select 'Customer Cell Format', then click and chose the background colour that you want.
HTH
Andy
Hi,
Go to Settings -> User Preferences -> Design Tab -> Check the box "Always show design menu items".
Click ok.
Right Click on Chart cell and you will find the option "Custom Format Cell"
Using this option you can change the color.
Regards,
Kaushik Solanki
Ha ha SNAP!
Andy
However it will change all dimension, but I want each dimension with an unique color, it that possible?
AFAIK, you would have to overlay transparent colour text boxes
Andy
Hi,
In that case go to Dimension tab in chart properties. Click + sign next to dimension, double click on Background color, here you can give your expression to give background color.
Regards,
Kaushik Solanki
I want to change only one cell, the title 2016-04-19. By doing the way you advice will change the whole column.
Hi,
You can write an expression like below.
If(Column = 'ABC',Black(),Red())
Regards,
Kaushik Solanki