Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm using a Valuelist() function as dimension in a straight table and Pick() for the expressions. However I'm looking to change the background/text color for certain items in the pick list. Here is the dimension/expression example:
Dim:
=ValueList('Revenue','Expenses','Gross Profit')
Exp:
=Pick(Match(ValueList('Revenue','Expenses','Gross Profit'),
'Revenue','Expenses','Gross Profit'),
sum(Revenue),
sum(Expenses),
Sum(Gross Profit))
So is it possible to format (change the background/text color) of the Gross Profit row only or any other row individually within the same expression?
Thanks.
yes you can.
See attached.
Hi Check Multi Colored check box here
Also you can use Background color/Text color if it is straight table.
you wont be having colors tab for st and pivot tables instead we have visual cues.
we have to input expressions .
yes, 1st is for other charts except Straight TB and Pivot Tb
Thanks a lot, it works