Join two named queries?

Is it possible to Join two named query select statements? Whether in another named query, or in the expression the data parameter of a table?

You can put the two bindings on custom properties, then pass them to a script via runScript() that can produce the merged dataset from the input datasets.

3 Likes

ahh clever I always forget about doing that trick. Thanks again Phil!