Getting an error creating a list
I'm getting errors with my attempt select a list of matching rows. Any suggestions as to what is wrong with this JSL code:
dt = Gas_Analysis_Full_0127
newList = {"Pump OIL", "ABD GAS"};
dt << Select Where( Contains( newList, :Well Status ) );