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
