Coloring selective cells
Hi there, how do I color the cells red for values that are lower than the limits? Thanks.dt = New Table( "Marks", Add Rows( 2 ), New Column( "Name", Character, Nominal, Set Values( {"Peter", "Leslie"} ) ), New Column( "Limits", Numeric, Continuous, Format( "Best", 12 ), Set Values( [20, 30] ) ), New Column( "Column 1", Numeric, Continuous, ...