Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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 3

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 3

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.