Color Cells With Missing Value and Greater Than Value
Hello Forum! I want to color cells in columns that start with "Diff" that has a value greater than .1 OR has a missing value (.) The number of columns that start with "Diff" will grow as the data set grows. Here's what I have so far but probably won't work in the long run as the # or columns grow. Names Default to Here(1);dt=current data table();dt:Diff T00 << color cells("Red", dt<<get rows where...
lou
dale_lehman