Make whole row color while adjusting width to hide | Community
Skip to main content
Lawson02
Level 6
April 22, 2025
Solved

Make whole row color while adjusting width to hide

  • April 22, 2025
  • 2 replies
  • 377 views

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

 

With widths manually set 

 

Best answer by Sven-iX

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

2 replies

Sven-iX
Community Advisor
Sven-iXCommunity AdvisorAccepted solution
Community Advisor
April 23, 2025

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

skyehansen
Community Advisor
Community Advisor
April 23, 2025

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)