Forum Discussion
powerbityro
7 years agoHelper II
column textcolor
hi all, i have a table with monday, tuesday and so on... saturday and sunday i want in red and cursive... how can i realise that? what not works is: WeekdayColor = SWITCH(TRUE(); ...
tex628
7 years agoCommunity Champion
Ohh, in that case it might not be any issue.
In a matrix you would generally have a day dimension as the column. Which would automatically give you the weekdays as columns. This would mean that you can individually field format a column, as all the different says were just part of the day dimension.
But if you have a table, i assume you have measures similar to:
Monday = Calculate( SUM( [Amount] ) , [Weekday] = "Monday" )
If you do, all you need to do is go into the pane for field formatting and format sunday/saturday
powerbityro
7 years agoHelper II
with field formatting it is only possible to color all values in a column... not only saturday and sunday :-/
- tex6287 years agoCommunity Champion
Then you have the days as rows and not columns. It's not possible to color the headers of specific rows.