Static queries to write keys (save) in Queue
Although the Queue function can run static queries, it doesn't make them write their keys. I wanted to use it to run the base queries for a data selection, which needed to be run in sequence as each was built on the last. Unfortunately, all but th...