RGB color by sript
Hello
I would like to color column "Name" and to use RGB
but recive mistake, what's wrong I did in this script? dt = Current Data Table();rows_to_color = dt << Get Rows Where (:"NAME" == :"NAME");
Column(dt, "NAME") << Color Cells (RGB ( 173, 255, 47 ), rows_to_color);