Compare values in each row to values in first row (limits)
Hi, I have a row of limits that I would like the rest of my rows to be compared to and highlight cells that are above that limit. How do I do that?Or if someone could show me how to select the first row, that would also help.This is what I am trying:dt = Current Data Table(); dt << select where( :"Value_in"n[Row()] > :"Value_in"n[Row()==0]) << Color Cells("Red");Thanks in advance.