Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!
SOLVED

Adding background without conditional formatting

Avatar

Level 3

Is it possible to add a background color to a cell using HTML instead of conditional formatting? I would prefer using HTML when concatenating a bunch of cells together rather than add conditional formatting to a field I hope is always there. Thanks!

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi Matthew,

 

If you are concatenating data from multiple columns using "sharecol=true" you can add an empty column before that with the text mode like:

 

valueformat=HTML
shortview=false
value=<p style="background-color:DodgerBlue;">
textmode=true
sharecol=true

 

It should merger the columns and add the color for the entire cell.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

Hi Matthew,

 

If you are concatenating data from multiple columns using "sharecol=true" you can add an empty column before that with the text mode like:

 

valueformat=HTML
shortview=false
value=<p style="background-color:DodgerBlue;">
textmode=true
sharecol=true

 

It should merger the columns and add the color for the entire cell.