Hi Christian --
That's certainly true and it's useful. I am more looking for a configurable file target so I don't have to have the very early stages of "what is going on in there?" organized enough for a file:write or to find the large set of results twice each time.
This is much less interesting to me than the named, loadable list of external variables; that would make life easier to various semi-technical folks I'm delivering queries to.
Thanks! Graydon
On Wed, Oct 26, 2016 at 10:08 AM, Christian Grün christian.gruen@gmail.com wrote:
Hi Graydon,
Configurable "dump the output to a file" (rather than using file:write in the query) would be nice, too; development is not always at a place where file:write is straightforward.
One existing solution is to press the "Save" button in the Text View once the query has been evaluated. If the result is small enough, the text will be saved as is. Otherwise, the query will be re-evaluated, and the result ends up in the specified file.
Hope this helps, Christian