
Contributor III
2020-01-07
07:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to change the cell background color based on dimension
Hello,
I have a question on straight table. Does it possible to change the cell background color based on dimension?
For example, if the dimension equals to AAAA then all the cells background shows as red and for BBBB, shows as green?
3,060 Views
1 Solution
Accepted Solutions


Partner - Specialist III
2020-01-07
07:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In chart properties > Data > Columns > Dimension > Background color expression
> if(<Dimension>='<Value>',<Color>)
1 Reply


Partner - Specialist III
2020-01-07
07:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In chart properties > Data > Columns > Dimension > Background color expression
> if(<Dimension>='<Value>',<Color>)
