Map Value function: Inconsistent results for subsequent calls
Hello,I am new to JMP 16 and JSL but I am an experienced programmer. For some reasons I want to use the "Map Value" function but this gives me wrong results.What i want to achieve is to remove unwanted items given as a list from a list containing numbers and strings The following function constructs a list for "Map Value" named na_values in the form {option1, 0, option2, 0, ...} from the na_list e...