How can I add all column values into Custom Filter in JMP Query Builder
Hello Sir or Madam, What I'm trying to do is extract one data table from the 1st database using SQL Query, then I want to put values from one column in the table into Custom Filters in the 2nd JMP Query Builder. I tried to get values in Col Serial in WO data table extracted from the 1st database like below, Col_Values = Data Table( "WO" ):Serial << Get Values; Then, try to put the value into the C...