How to assign a data table reference to table opened by jmpquery?
Is there a way in JSL to assign a table created from a jmpquery execution?Instead of:dtBigClass = open("BigClass.jmp");
I would like to assign "dtBigClass" to a jmpquery that I just executed. Many thanks, John