Send Expects Scriptable Object in access or evaluation of 'Send'
I have the following function that is called by another jsl file: ConfirmFiltering = Function({},
show(dtImp);
dtImp << Select Where(!Contains(parameterChoice, :Parameter));
);
and even if the output of the show command is: dtImp = DataTable("Details 2");
at the following line I get the following error:Send Expects Scriptable Object in access or evaluation of 'Send' , dtImp << /*###*/Select Where...