Forum Discussion
azaterol
4 years agoHelper V
Colorful Matrix
Hello everybody, I have a Matrix where the date is in. I want to get every week in diferent colors. The rows from day 1-7 in green, the rows 8-14 in blue and so on... Is this possible? ...
negi007
4 years agoCommunity Champion
azaterol yes it is possible you can create a new calc column like below based on the day of the month
week_col_2 = if ([Day]<=7,"red",if([day]<=14,"green",if([day]<=21,"yellow","blue")))
then apply the formatting like below
hope it helps you
- Syndicate_Admin4 years agoAdministrator
Hey @Syndicate_Admin ,
I want change in the matrix the Day"Tag" column. It is not a value...
Any ideas?