Is there a way to change background color of individual rows in a gallery based on a text box value?
For example, one of the rows shows a value in one of the columns of 25. If a warning text box shows a value of 30, anything less such as 25, would display the row with a yellow (warning) background. I'm considering an alert box as well - so if that value goes below 20, it would display that single row with a background as red.
If there's no native way, I could envision placing multiple rectangles beneath the gallery - but I'm not sure if that would work either, or if there's a better way...