Expand my Community achievements bar.

Make whole row color while adjusting width to hide

Avatar

Level 6

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

 

2 Replies

Avatar

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)