Hi. I have a number of children rows for each parent. The child rows each have a "Status" column which is using the red, yellow, green icons. I'd like the parent row to inherit the worst case summation of the child rows. E.g. if the child rows are red, green, and green, the parent row would show red. E.g. if the child row is yellow, green, and green, the parent row would be yellow.
(I'd probably want to do this similar logic with columns using other symbols, as well. For example, when I have columns that are priority or flagged)