Scripting: Save SQL Query Results in Project
Hi, probably a newbie question, but I couldn't find a solution myself: I want to save the table generated by an SQL Query via a JSL into a project. The code is below; labels, etc. were omitted. Unfortunately, the dt seems to be deleted after running the query in background. Is it a timing issue? Thanks for any help.
query = New SQL Query(
Connection(""),
QueryName(""),
Select(Column("", "t1
...