
Master
2018-08-08
03:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Total column need in color
Hi All,
i want to show the Total column in colour
i tried custom format cell but am getting only dimensions with the required color
how to show total column as colour ?
Thanks
Sony
1,803 Views
5 Replies


Creator III
2018-08-08
03:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Go to expression tab -> Click on '+' symbol -> then Background Color
if (isnull(rowno()),RGB(0,255,0))


Creator III
2018-08-08
04:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
if it is a pivot table try this one
If(dimensionality() = 0,RGB(0,255,0))

Master
2018-08-08
04:05 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
if (isnull(rowno()),RGB(0,255,0)) this is working for that perticular expression only.
but i need entire total column as same color.
Note: its stright table.
1,730 Views


Creator III
2018-08-08
04:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In that case, you need to give this formula in all the expressions and dimensions.
if (isnull(rowno()),RGB(0,255,0))
Go to dimension tab -. Click on '+' symbol -> then Background Color

Master
2018-08-08
04:21 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
not worrking
1,730 Views
