Forum Discussion
Vigneshwar
New Contributor
It is for Columns
Can you give some sample codes to achieve alternate colors to the column when we use expansion
HoneyGulati
2 years agoNew Contributor III
The conditional formatting can be done based on various factors such as indent level , member description , header display text etc
For Ex: I used 2024.base in my columns which will populate all the months of 2024 and then used header display text to add colors to alternate months
Formatting
If (ColE2HeaderDisplayText Contains 'Apr') OR (ColE2HeaderDisplayText Contains 'Jun') OR (ColE2HeaderDisplayText Contains 'Aug') OR (ColE2HeaderDisplayText Contains 'Oct') OR (ColE2HeaderDisplayText Contains 'Dec') OR (ColE2HeaderDisplayText Contains 'Feb') Then
BackgroundColor = Linen
Else
BackgroundColor = SkyBlue
End if
Related Content
- 7 months ago
- 3 years ago
- 5 months ago
- 2 years ago