I'm trying to to change the background of an row in my table component, based on one of the values, but i can not find any solution for it.
one of my columns will have a value that if it is "below 0" i need to highlight the whole row as "red".
I'm getting the Table data from a Query Tag that return a Dataset.
do you have any suggestions on how i can do it?