Hi Ag,Perhaps I'm misunderstanding your requirement - would something
like this suffice?q)not "^" in/: a10bThis checks that the character "^"
doesn't appear in any of the strings in the string list to the right ->
each-right(\:)Hope this helps!Matt
Hi Carfield, Not sure if I'm following you entirely, perhaps you're
looking for something like this.//snippet, table is 100k
rowsq)tradesdate time sym src price
size------------------------------------------------------------2017.07.18
2017.07.18D08:...
Hi Hemant, I see Joma has answered your question - Just a note, if you
would like to perform an "except" on tables, make sure that the columns
are the same.//This would not work as the aj table has columns of both
trade and quote,t except aj[`sym`tim...
Hey effbiae, this hopefully should do what you're looking for. It
flattens the matrix and checks where the values are not 0, and replaces
them with the values up to 10.Would need slight modification/parameters
passed through if creating different siz...
Hi Kelly, Personally If I had a 1 day q script to run, i'd set this up
to be run from crontab, both function could be set up using this but
they would need to be in two separate
scripts.https://www.cyberciti.biz/faq/how-do-i-add-jobs-to-cron-under-li...