try this:if (FirstLien > 0 and SalesPrice > 0) then LTV1st = FirstLien / SalesPriceendifif ( LTV1st > 90) then$.fillColor = "255,255,133"elseif (LTV1st >= 80 ) then$.fillColor = "74,165,116"else $.fillColor = "208,208,208"endifRE: LTV1st.ui.oneOfChild.border.fill.color.value = "74,165,116"do you wan...