How can I identify a report in jsl if that report is not associated with a variable?
Tables can be referred to in JSL by a variable name or by the title of the table. For example: If I created a table through a query: dtMap = Open Database(DSN, sqlStr, "Map");I can then refer to that table as dtMap or DataTable(“Map”).If I create a report: Biv = Bivariate(Y(yy), X(xx));I can refer to it as Biv.But can I call it by a title or name? (e.g. Report(...
Phil_Brown
clarencelew
msharp