Hi @Dennisbur,
I'm not an expert in JSL, but this looks more like setting a column property related to this value, and then apply Color cell by value :
// Change column property: FIRST_BIN
Data Table( "Untitled" ):FIRST_BIN << Set Property(
"Value Colors",
{"The first Bin Fail" = -13912408}
);
Wait( 1 );
:FIRST_BIN << Color Cell by Value( 1 );
There might be some improvement and changes (color, datatable name, ...) to do with this code, in order to better handle missing values or other possible values, but it does color in red those cell values :
I hope this will help you.
Victor GUILLER
"It is not unusual for a well-designed experiment to analyze itself" (Box, Hunter and Hunter)