Replace cell values
Hi, I am trying to replace all the failing cells in the attached data table, which is highlighted in red with 1 and passing cells with 0. Found this but something doesn't work-How do you get the color of a specific cell in a data table using JSL? Is there any better way to replace the cell values? Here is what I triedNames Default To Here( 1 );
dt = Current Data Table();
cols = dt << get column
...