Name Unresolved: Button in access or evaluation JMP Alert Message
Hello, I was wondering if you could help me with this JMP Alert message I get when I run the following jsl: //select the data in the original data table
Names Default To Here( 1 );
dt = Current Data Table();
//column names
//part 1. ask user for column names in a new window nw1
//possible Group column name (should be character)
groupby_col_names = dt << Get Column names(character, String);
...