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.
SOLVED

Make whole row color while adjusting width to hide

Avatar

Level 7

In a report column, how can I "hide" this row while still having it turn the whole row yellow when "DE:Multiple Cases?" is equal to "Yes".

Every time I add usewidths=true and width=10 it removes styledef.case.0.comparison.isrowcase=true which is responsible for turning the row a yellow color

Is it possible to have a "hidden" row that changes the row color based on value

 

Textmode Column Code

linkedname=direct
namekey=Multiple Commits?
querysort=DE:Multiple Commits?
styledef.case.0.comparison.icon=false
styledef.case.0.comparison.isrowcase=true
styledef.case.0.comparison.leftmethod=DE:Multiple Commits?
styledef.case.0.comparison.lefttext=DE:Multiple Commits?
styledef.case.0.comparison.operator=cieq
styledef.case.0.comparison.operatortype=string
styledef.case.0.comparison.righttext=Yes
styledef.case.0.comparison.trueproperty.0.name=bgcolor
styledef.case.0.comparison.trueproperty.0.value=FEECC8
valuefield=Multiple Commits?
valueformat=customDataLabelsAsString

 

Without widths manually set

Lawson02_0-1745361808286.png

 

With widths manually set 

Lawson02_1-1745361863548.png

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You're not doing anything wrong > Open a ticket. 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

You're not doing anything wrong > Open a ticket. 

Avatar

Community Advisor

to add to Sven's response: have you considered putting your conditional formatting on a different column? (so, don't put the formatting on the column you intend to hide)